parent: reap the child process if connection fails
For example if no response is received in :attr:`connect_timeout` seconds, the child would be left running.pull/203/head
parent
e7831a801f
commit
9fe14e841c
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# I am a Python interpreter that sits idle until the connection times out.
|
||||
exec -a mitogen-tests-python-never-responds.sh sleep 86400
|
Loading…
Reference in New Issue