mirror of https://github.com/scrapy/scrapy.git
Remove sleep that may have been making a test brittle
This commit is contained in:
parent
1b917950f5
commit
c5250f1d80
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue