Increased time in TestProcessShutdown's test_shutdown method
This commit is contained in:
parent
978d8cfa07
commit
4f3d0f8b4d
|
@ -143,8 +143,8 @@ class TestProcessShutdown(TestProcessProto):
|
|||
"""Send to pybitmessage SIGTERM and ensure it stopped"""
|
||||
# longer wait time because it's not a benchmark
|
||||
self.assertTrue(
|
||||
self._stop_process(20),
|
||||
'%s has not stopped in 20 sec' % ' '.join(self._process_cmd))
|
||||
self._stop_process(120),
|
||||
'%s has not stopped in 120 sec' % ' '.join(self._process_cmd))
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
|
|
Reference in New Issue
Block a user