Fix test for uber-slow travis

This commit is contained in:
Kovid Goyal 2017-12-13 18:23:29 +05:30
parent ea131a2090
commit a9589b8983
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -228,7 +228,7 @@ class LoopTest(BaseTest):
b = monotonic()
self.assertGreaterEqual(b, a)
self.assertGreaterEqual(b - a, 0.09)
self.assertLessEqual(b - a, 0.2)
self.assertLessEqual(b - a, 0.4)
def test_jobs_manager(self):
'Test the jobs manager'