From b9c4058c0ecf648e96242b33ed3f9e21e5e152ab Mon Sep 17 00:00:00 2001 From: Sergio Eduardo Castro Ceballos <72516762+SergioCasCeb@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:34:18 +0100 Subject: [PATCH] Increased the timeout limit By utilizing the information about the duration of the new tests (which should be around 15 - 16 minutes in optimal conditions), the new timeout limit has been increased to 18 minutes to account for the duration of the tests as well as a small extra leeway to account for any other possible delays --- .github/workflows/visual-ci-new.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/visual-ci-new.yaml b/.github/workflows/visual-ci-new.yaml index 625736bf..14f03bc9 100644 --- a/.github/workflows/visual-ci-new.yaml +++ b/.github/workflows/visual-ci-new.yaml @@ -28,6 +28,7 @@ jobs: run: lerna bootstrap --no-ci - name: New Web Visual Test + timeout-minutes: 18 run: | cd ./packages/web-new npm install