Skip to content

Commit 3f7fe67

Browse files
committed
ci: Bump the hard wait for Ganache to 60s
1 parent cc0f2d3 commit 3f7fe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id: runner-tests-1
8787
uses: actions-rs/cargo@v1
8888
env:
89-
TESTS_GANACHE_HARD_WAIT_SECONDS: "30"
89+
TESTS_GANACHE_HARD_WAIT_SECONDS: "60"
9090
with:
9191
command: test
9292
args: --verbose --package graph-tests -- --skip parallel_integration_tests

0 commit comments

Comments
 (0)