Skip to content

Commit

Permalink
tests: increase test waits
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Mar 18, 2020
1 parent 9ea5459 commit 9b46cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_pidfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_cli_with_pidfile_can_be_reloaded(start_cli):

# And send the proc a HUP signal
proc.send_signal(signal.SIGHUP)
time.sleep(3)
time.sleep(5)

# And then terminate the process
proc.terminate()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_cli_can_watch_for_source_code_changes(start_cli, extra_args):
(Path("tests") / "test_watch.py").touch()

# And wait for the workers to reload
time.sleep(1)
time.sleep(5)

# And write another timestamp
write_loaded_at.send(filename)
Expand Down

0 comments on commit 9b46cda

Please sign in to comment.