Number big not boom?

This commit is contained in:
Adrian Chaves 2026-04-29 23:07:44 +02:00
parent c1e3997ec0
commit d8ac397be1
1 changed files with 1 additions and 1 deletions

View File

@ -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