Tests: increased timeout in wait_for_record().

This commit is contained in:
Andrei Zeliankou
2021-02-10 16:34:37 +00:00
parent 4404097e05
commit 11f7d833a9
3 changed files with 4 additions and 4 deletions

View File

@@ -377,7 +377,7 @@ Connection: close
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_asgi_application_threads(self):