Remove sleep that may have been making a test brittle

This commit is contained in:
Adrian Chaves 2026-04-29 21:43:48 +02:00
parent 1b917950f5
commit c5250f1d80
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ class TestCrawlerProcessSubprocessBase(ScriptRunnerMixin):
await async_sleep(0.01)
p.kill(sig)
p.expect_exact("dropping downloader requests")
await async_sleep(0.01)
p.kill(sig)
p.expect_exact("forcing unclean shutdown")
p.wait() # type: ignore[no-untyped-call]