Tests: increased timeout in wait_for_record().
This commit is contained in:
@@ -569,7 +569,7 @@ last line: 987654321
|
||||
self.get(no_recv=True)
|
||||
|
||||
assert (
|
||||
self.wait_for_record(r'\(5\) Thread: 100') is not None
|
||||
self.wait_for_record(r'\(5\) Thread: 100', wait=50) is not None
|
||||
), 'last thread finished'
|
||||
|
||||
def test_python_application_iter_exception(self):
|
||||
|
||||
Reference in New Issue
Block a user