mirror of https://github.com/scrapy/scrapy.git
mock server is slow bringing up on busy builders
This commit is contained in:
parent
74e9aecc8d
commit
ce177fa5bc
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue