mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 19:44:45 +01:00
Fix test for uber-slow travis
This commit is contained in:
parent
ea131a2090
commit
a9589b8983
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ def test_monotonic(self):
|
|||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue