Skip to content

Commit

Permalink
ci: Bump the hard wait for Ganache to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Feb 24, 2023
1 parent 6e5b2dd commit 9eb6bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: runner-tests-1
uses: actions-rs/cargo@v1
env:
TESTS_GANACHE_HARD_WAIT_SECONDS: "30"
TESTS_GANACHE_HARD_WAIT_SECONDS: "60"
with:
command: test
args: --verbose --package graph-tests -- --skip parallel_integration_tests
Expand Down

0 comments on commit 9eb6bfd

Please sign in to comment.