Increased timeout in _stop_process

This commit is contained in:
jai.s 2020-10-14 12:38:43 +05:30
parent 474d42b8b1
commit 14b6202923
No known key found for this signature in database
GPG Key ID: 360CFA25EFC67D12

View File

@ -56,7 +56,7 @@ class TestProcessProto(unittest.TestCase):
pass pass
@classmethod @classmethod
def _stop_process(cls, timeout=5): def _stop_process(cls, timeout=120):
cls.process.send_signal(signal.SIGTERM) cls.process.send_signal(signal.SIGTERM)
try: try:
cls.process.wait(timeout) cls.process.wait(timeout)