mirror of https://github.com/scrapy/scrapy.git
Blind test #1 for Windows-specific test failure
This commit is contained in:
parent
b8e02884ce
commit
3a95feec75
|
|
@ -913,7 +913,7 @@ class TestCrawlerProcessSubprocess(ScriptRunnerMixin, unittest.TestCase):
|
|||
p.expect_exact("shutting down gracefully")
|
||||
# sending the second signal too fast often causes problems
|
||||
d = Deferred()
|
||||
reactor.callLater(0.01, d.callback, None)
|
||||
reactor.callLater(0.1, d.callback, None)
|
||||
yield d
|
||||
p.kill(sig)
|
||||
p.expect_exact("forcing unclean shutdown")
|
||||
|
|
|
|||
Loading…
Reference in New Issue