Skip to content

Commit

Permalink
Added sleep 60 on restart to node-operations-athens3.yml (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Yang <billy@zetachain.com>
Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: Charlie <31941002+CharlieMc0@users.noreply.github.com>
  • Loading branch information
4 people authored Jul 11, 2023
1 parent 1450b72 commit bc1531f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-operations-athens3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
set_regions
for region in "${regions[@]}"; do
restart_zetavisor "$region"
sleep 60
echo "Sleeping for 60 seconds..."
done
- name: Stop zetaclientd
Expand Down

0 comments on commit bc1531f

Please sign in to comment.