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