Skip to content

Commit

Permalink
Fix one test_while_cancel for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jul 6, 2015
1 parent 4ba6b8b commit d48c036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ def test_while_cancel(sysloader, caplog):
called = []

def myfunc():
time.sleep(0.1)
called.append(1)

class ms(System):
Expand Down

0 comments on commit d48c036

Please sign in to comment.