Increased time in TestProcessShutdown's test_shutdown method

This commit is contained in:
jai.s 2020-10-14 17:26:05 +05:30
parent 978d8cfa07
commit 4f3d0f8b4d
No known key found for this signature in database
GPG Key ID: 360CFA25EFC67D12

View File

@ -143,8 +143,8 @@ class TestProcessShutdown(TestProcessProto):
"""Send to pybitmessage SIGTERM and ensure it stopped""" """Send to pybitmessage SIGTERM and ensure it stopped"""
# longer wait time because it's not a benchmark # longer wait time because it's not a benchmark
self.assertTrue( self.assertTrue(
self._stop_process(20), self._stop_process(120),
'%s has not stopped in 20 sec' % ' '.join(self._process_cmd)) '%s has not stopped in 120 sec' % ' '.join(self._process_cmd))
@classmethod @classmethod
def tearDownClass(cls): def tearDownClass(cls):