Skip to content

Commit

Permalink
actually sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Dec 18, 2024
1 parent 237f0d3 commit 454aadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/util/check-echidna-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_current_response(echidna_id):
retry -= 1
if retry:
print('Retrying in 5s')

time.sleep(5)

raise Exception('Failed to fetch echidna result')

Expand Down

0 comments on commit 454aadb

Please sign in to comment.