Skip to content

Commit

Permalink
ci: sleep before catchup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Dec 24, 2024
1 parent f0db7b9 commit a94d31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
curl http://localhost:8080/v2/participation -H "X-Algo-API-Token: $TOKEN" | grep "null"
./algorun-tui stop
./algorun-tui upgrade
sleep 10
./algorun-tui catchup
./algorun-tui catchup stop
./algorun-tui stop
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
curl http://localhost:8080/v2/participation -H "X-Algo-API-Token: $TOKEN" | grep "null"
./algorun-tui stop
./algorun-tui upgrade
sleep 10
./algorun-tui catchup
./algorun-tui catchup stop
./algorun-tui stop
Expand Down

0 comments on commit a94d31c

Please sign in to comment.