Skip to content

Commit e031c1c

Browse files
committed
Increased sleep time to get results from pypy and macOS.
1 parent e75b680 commit e031c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_single_file_watched.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from .utils import P, StartWatching, TestEventQueue
77

8-
SLEEP = 0.001
8+
SLEEP = 0.1
99

1010

1111
def test_selftest(p: P, start_watching: StartWatching, event_queue: TestEventQueue) -> None:

0 commit comments

Comments
 (0)