From 2f94dd4ba1372a49c8df820b94319b9030362392 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 14 Mar 2024 15:03:12 +0530 Subject: [PATCH] ci: limit timeout to 30 minutes (#25437) Sometimes tests get stuck and never end, cause unknown. --- .github/workflows/server-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 847d4a54ff..6edad6e63e 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest needs: checkrun if: ${{ needs.checkrun.outputs.build == 'strawberry' }} - timeout-minutes: 60 + timeout-minutes: 30 env: NODE_ENV: "production"