Skip to content

Commit

Permalink
Increase the sleep time to not hammer the TF server too much.
Browse files Browse the repository at this point in the history
  • Loading branch information
pholica authored and danmyway committed Jul 27, 2023
1 parent 99336a8 commit 7ca40be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def parse_request_xunit(request_url_list=None, tasks_source=None):
flush=True,
)
index = (index + 1) % len(loading_chars)
time.sleep(0.2)
time.sleep(30)
request = requests.get(url)
else:
print("Job finished!")
Expand Down

0 comments on commit 7ca40be

Please sign in to comment.