Skip to content

Commit

Permalink
fix: increase browser tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored Aug 25, 2024
1 parent 3602733 commit 3007fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
start: yarn start
wait-on: 'http://localhost:8081'
wait-on-timeout: 120
wait-on-timeout: 300
browser: chrome
config-file: cypress.config.ts
record: true
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
start: yarn start
wait-on: 'http://localhost:8081'
wait-on-timeout: 120
wait-on-timeout: 300
browser: firefox
config-file: cypress.config.ts
record: true
Expand Down

0 comments on commit 3007fd3

Please sign in to comment.