summaryrefslogtreecommitdiffhomepage
path: root/test/test_asgi_application.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2021-02-10 16:34:37 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2021-02-10 16:34:37 +0000
commit11f7d833a9bad1fb3f066cee815fe9772bed4875 (patch)
tree381059336b02e2b505953702a81bd0ab62eeb2cf /test/test_asgi_application.py
parent4404097e05dc71b7ee78ef49c8ba4d0eaf234f85 (diff)
downloadunit-11f7d833a9bad1fb3f066cee815fe9772bed4875.tar.gz
unit-11f7d833a9bad1fb3f066cee815fe9772bed4875.tar.bz2
Tests: increased timeout in wait_for_record().
Diffstat (limited to '')
-rw-r--r--test/test_asgi_application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_asgi_application.py b/test/test_asgi_application.py
index 5770265d..886a160b 100644
--- a/test/test_asgi_application.py
+++ b/test/test_asgi_application.py
@@ -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):