From cea388a8396918088b58761a51f258f6d72c8bf4 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 21 Feb 2023 16:56:02 +0100 Subject: [PATCH 1/3] ci: Add timeout to integration tests job --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0aaa250a483d..a9c948c651fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -431,7 +431,7 @@ jobs: job_node_unit_tests: name: Node (${{ matrix.node }}) Unit Tests needs: [job_get_metadata, job_build] - timeout-minutes: 30 + timeout-minutes: 10 runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -469,7 +469,7 @@ jobs: name: Nextjs (Node ${{ matrix.node }}) Tests needs: [job_get_metadata, job_build] if: needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request' - timeout-minutes: 30 + timeout-minutes: 10 runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -528,6 +528,7 @@ jobs: needs: [job_get_metadata, job_build] if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request' runs-on: ubuntu-20.04 + timeout-minutes: 10 strategy: fail-fast: false matrix: From ad7363eb1dcbce731c45ebab5a762e93c5f323d2 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Wed, 22 Feb 2023 09:22:00 +0100 Subject: [PATCH 2/3] extend nextjs timeout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9c948c651fe..5e93eccf466d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -469,7 +469,7 @@ jobs: name: Nextjs (Node ${{ matrix.node }}) Tests needs: [job_get_metadata, job_build] if: needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request' - timeout-minutes: 10 + timeout-minutes: 15 runs-on: ubuntu-20.04 strategy: fail-fast: false From 35d486523c495f918cc72623b44f92bbb7223a6a Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Wed, 22 Feb 2023 10:01:58 +0100 Subject: [PATCH 3/3] extend playwright timeout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e93eccf466d..fe7ef7ccb174 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -528,7 +528,7 @@ jobs: needs: [job_get_metadata, job_build] if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request' runs-on: ubuntu-20.04 - timeout-minutes: 10 + timeout-minutes: 15 strategy: fail-fast: false matrix: