Skip to content

Commit

Permalink
Bring down sleep / sleep wait times for tests
Browse files Browse the repository at this point in the history
Let's see if this is slow enough for Circle
  • Loading branch information
yuvipanda committed Dec 24, 2018
1 parent 6a2814c commit 88a69e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_simpervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import simpervisor

SLEEP_TIME = 0.5
SLEEP_WAIT_TIME = 1
SLEEP_TIME = 0.1
SLEEP_WAIT_TIME = 0.3

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

0 comments on commit 88a69e4

Please sign in to comment.