Skip to content

Commit

Permalink
bump testcafe result check timeout to 20m from 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
havenbarnes committed Dec 6, 2024
1 parent 93a1dd4 commit 29f8fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
run: pnpm testcafe ${{ matrix.browser }} --stop-on-first-fail

- name: Check ${{ matrix.name }} events
timeout-minutes: 10
timeout-minutes: 20
run: pnpm check-testcafe-results

0 comments on commit 29f8fbf

Please sign in to comment.