mirror of https://github.com/scrapy/scrapy.git
Fix random failures from test_fixed_delay in some machines (#4372)
This commit is contained in:
parent
09d9e75c08
commit
c411a51f42
|
|
@ -37,7 +37,7 @@ class CrawlTestCase(TestCase):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def test_fixed_delay(self):
|
||||
yield self._test_delay(total=3, delay=0.1)
|
||||
yield self._test_delay(total=3, delay=0.2)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_randomized_delay(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue