Skip to content

Commit

Permalink
Wait more time in atexitasync test before SIGTERM
Browse files Browse the repository at this point in the history
CircleCI is slower than my computer
  • Loading branch information
yuvipanda committed Dec 24, 2018
1 parent e47b7fb commit b130203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_atexitasync.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _handle_sigterm(received_signum):
proc = subprocess.Popen([sys.executable, '-c', CHILD_CODE], stdout=subprocess.PIPE)

# Give the process time to register signal handlers
time.sleep(0.2)
time.sleep(0.5)
proc.send_signal(signum)

# Make sure the signal is handled by our handler in the code
Expand Down

0 comments on commit b130203

Please sign in to comment.