Skip to content

Commit

Permalink
fix(CI): Increase sleep time to 30sec
Browse files Browse the repository at this point in the history
  • Loading branch information
iljabvh committed Apr 2, 2024
1 parent 3bae1a4 commit edeed1e
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 @@ -39,7 +39,7 @@ jobs:
./quickstart.sh standalone &
- name: Wait for local chain setup
run: sleep 15
run: sleep 30

- name: Run integration tests
run: go test -tags=integration ./...

0 comments on commit edeed1e

Please sign in to comment.