Increased timeout in _stop_process
This commit is contained in:
parent
474d42b8b1
commit
14b6202923
|
@ -56,7 +56,7 @@ class TestProcessProto(unittest.TestCase):
|
|||
pass
|
||||
|
||||
@classmethod
|
||||
def _stop_process(cls, timeout=5):
|
||||
def _stop_process(cls, timeout=120):
|
||||
cls.process.send_signal(signal.SIGTERM)
|
||||
try:
|
||||
cls.process.wait(timeout)
|
||||
|
|
Reference in New Issue
Block a user