Skip to content

Commit

Permalink
increase test wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Jun 7, 2022
1 parent 90d6219 commit 9b58cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_0_watchmedo.py
Expand Up @@ -103,7 +103,7 @@ def test_shell_command_subprocess_termination_nowait(tmpdir, capfd):
assert not trick.is_process_running()
trick.on_any_event(FileModifiedEvent("foo/bar.baz"))
assert trick.is_process_running()
time.sleep(2)
time.sleep(3)
assert not trick.is_process_running()


Expand Down

0 comments on commit 9b58cf3

Please sign in to comment.