Fix random failures from test_fixed_delay in some machines (#4372)

This commit is contained in:
sakshamb2113 2020-02-28 17:47:02 +05:30 committed by GitHub
parent 09d9e75c08
commit c411a51f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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