Skip to content

Commit

Permalink
Remove sleep before first attempt to obtain results (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex authored Nov 10, 2020
1 parent 7607b66 commit 46fb693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thamos/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def _no_spinner():
sleep_time = 0.5
retries = 0
with spinner():
sleep(2) # TODO: remove once we fully run on Argo workflows
start_time = monotonic()
while True:
if _THAMOS_TIMEOUT and monotonic() - start_time > _THAMOS_TIMEOUT:
Expand Down

0 comments on commit 46fb693

Please sign in to comment.