Skip to content

Commit

Permalink
increase join timeout in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bstriner committed May 23, 2022
1 parent 23f70a0 commit 73d9b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ def test_check_error_signal(capture_error):
proc.start()
time.sleep(1)
os.kill(proc.pid, signal.SIGTERM)
proc.join(1)
proc.join(5)
assert int(proc.exitcode) == 42

0 comments on commit 73d9b25

Please sign in to comment.