Blind test #1 for Windows-specific test failure

This commit is contained in:
Adrián Chaves 2025-05-07 22:38:05 +02:00
parent b8e02884ce
commit 3a95feec75
1 changed files with 1 additions and 1 deletions

View File

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