diff --git a/scrapy/tests/test_crawl.py b/scrapy/tests/test_crawl.py index d705d27ba..755fd2801 100644 --- a/scrapy/tests/test_crawl.py +++ b/scrapy/tests/test_crawl.py @@ -33,7 +33,7 @@ class CrawlTestCase(TestCase): def setUp(self): self.proc = Popen([sys.executable, '-m', 'scrapy.tests.mockserver']) - time.sleep(0.2) + time.sleep(0.5) def tearDown(self): self.proc.kill()