Skip to content

Commit 7744504

Browse files
committed
changing this to see if it passes windows tests
Signed-off-by: Enoch Mok <enochmokny@gmail.com>
1 parent b9205af commit 7744504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_timedcall_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from tests.test_utils import TimedCall
2020

2121

22-
@TimedCall(seconds=20 if sys.platform == "linux" else 60, force_quit=False)
22+
@TimedCall(seconds=20 if sys.platform == "linux" else 60, force_quit=True)
2323
def case_1_seconds(arg=None):
2424
time.sleep(1)
2525
return "good" if not arg else arg

0 commit comments

Comments
 (0)