From d8ac397be1e3eb4ae8f900ce1e098ac431b94504 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Wed, 29 Apr 2026 23:07:44 +0200 Subject: [PATCH] Number big not boom? --- tests/test_crawler_subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_crawler_subprocess.py b/tests/test_crawler_subprocess.py index b3fa101d9..ef7b3dd0a 100644 --- a/tests/test_crawler_subprocess.py +++ b/tests/test_crawler_subprocess.py @@ -233,7 +233,7 @@ class TestCrawlerProcessSubprocessBase(ScriptRunnerMixin): p.expect_exact("dropping downloader requests") await async_sleep(0.01) p.kill(sig) - p.expect_exact("forcing unclean shutdown", timeout=10) + p.expect_exact("forcing unclean shutdown", timeout=20) p.wait() # type: ignore[no-untyped-call] @coroutine_test