mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
The memory usage figures on OS X are all over the map
This commit is contained in:
parent
acd618f404
commit
3f9dfc00db
@ -243,6 +243,7 @@ def test(return_tests=False):
|
||||
doit(str(i))
|
||||
gc.collect()
|
||||
used100 = memory() - start
|
||||
if used100 > 0 and used10 >= 0:
|
||||
self.assertLessEqual(used100, 2 * used10)
|
||||
|
||||
def test_non_bmp(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user