From 11f7d833a9bad1fb3f066cee815fe9772bed4875 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 10 Feb 2021 16:34:37 +0000 Subject: Tests: increased timeout in wait_for_record(). --- test/test_asgi_application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_asgi_application.py') 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): -- cgit