Skip to content

Commit

Permalink
bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 10, 2024
1 parent e6133d6 commit ea411fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: pnpm test:production
browser-tests:
timeout-minutes: 20
timeout-minutes: 22
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
DEBUG: ${{ secrets.ACTIONS_RUNNER_DEBUG == 'true' && 'engine,socket.io*' }}
# DISPLAY_TEST_NAMES: true # uncomment this line to see the test names in the logs
FORCE_COLOR: 2
BROWSER_TIMEOUT: 540
BROWSER_TIMEOUT: 600 # 10 minutes

- name: Production
id: run-tests-production
Expand All @@ -121,7 +121,7 @@ jobs:
DEBUG: ${{ secrets.ACTIONS_RUNNER_DEBUG == 'true' && 'engine,socket.io*' }}
# DISPLAY_TEST_NAMES: true # uncomment this line to see the test names in the logs
FORCE_COLOR: 2
BROWSER_TIMEOUT: 540
BROWSER_TIMEOUT: 600 # 10 minutes

- name: Upload testem logs
if: ${{ always() && steps.run-tests-production.conclusion != 'skipped' }}
Expand Down

0 comments on commit ea411fb

Please sign in to comment.