diff options
-rw-r--r-- | tests/test_other.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 9f331439..69823d8e 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -807,10 +807,10 @@ f.close() 0: (1500, 5000) }), (['-O2'], { - 100: (0, 1500), - 250: (0, 1500), - 500: (0, 1500), - 1000: (0, 1500), + 100: (0, 1600), + 250: (0, 1600), + 500: (0, 1600), + 1000: (0, 1600), 2000: (0, 2000), 5000: (0, 5000), 0: (0, 5000) |