Skip to content

Commit

Permalink
Increased sleep time to get results from pypy and macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasRzepka committed Oct 3, 2024
1 parent e75b680 commit e031c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_single_file_watched.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from .utils import P, StartWatching, TestEventQueue

SLEEP = 0.001
SLEEP = 0.1


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

0 comments on commit e031c1c

Please sign in to comment.