mock server is slow bringing up on busy builders

This commit is contained in:
Daniel Graña 2013-04-19 14:31:27 +00:00
parent 74e9aecc8d
commit ce177fa5bc
1 changed files with 1 additions and 1 deletions

View File

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