Skip to content

Commit

Permalink
Increase sleep_wait_time for circleci
Browse files Browse the repository at this point in the history
I.. still think this is a performance issue, not a race
condition in my code :'(
  • Loading branch information
yuvipanda committed Dec 24, 2018
1 parent 88a69e4 commit 88f8113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_simpervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import simpervisor

SLEEP_TIME = 0.1
SLEEP_WAIT_TIME = 0.3
SLEEP_WAIT_TIME = 0.5

def sleep(retcode=0, time=SLEEP_TIME):
"""
Expand Down

0 comments on commit 88f8113

Please sign in to comment.