Skip to content

Commit

Permalink
Increased the timeout limit
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SergioCasCeb committed Dec 27, 2023
1 parent 76ad43d commit b9c4058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/visual-ci-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9c4058

Please sign in to comment.