Skip to content

Commit

Permalink
fix: attempt CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Aug 25, 2024
1 parent 6315256 commit 4a9e66f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:


jobs:
contracts-node-binary:
Expand Down Expand Up @@ -45,7 +47,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 +81,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 4a9e66f

Please sign in to comment.