Skip to content

Commit

Permalink
Added wait in the CI to stabilize block times
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Dec 13, 2023
1 parent b250e23 commit dce8661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
echo "timed out waiting"
exit 1
- name: Wait until block times are stable
run: sleep 60

- name: Integration tests
run: yarn test:integration --ci --coverage --maxWorkers=2

Expand Down

0 comments on commit dce8661

Please sign in to comment.