Skip to content

Commit 4a9e66f

Browse files
committed
fix: attempt CI fix
1 parent 6315256 commit 4a9e66f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/e2e-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
9+
810

911
jobs:
1012
contracts-node-binary:
@@ -45,7 +47,7 @@ jobs:
4547
with:
4648
start: yarn start
4749
wait-on: 'http://localhost:8081'
48-
wait-on-timeout: 120
50+
wait-on-timeout: 300
4951
browser: chrome
5052
config-file: cypress.config.ts
5153
record: true
@@ -79,7 +81,7 @@ jobs:
7981
with:
8082
start: yarn start
8183
wait-on: 'http://localhost:8081'
82-
wait-on-timeout: 120
84+
wait-on-timeout: 300
8385
browser: firefox
8486
config-file: cypress.config.ts
8587
record: true

0 commit comments

Comments
 (0)