diff options
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 69f8d5c0..55cc5635 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -919,8 +919,8 @@ This pointer might make sense in another type signature: i: _my_func for test_opts, expected_ranges in [ ([], { 100: (190, 500), - 250: (200, 500), - 500: (250, 500), + 250: (200, 600), + 500: (250, 700), 1000: (230, 1000), 2000: (380, 2000), 5000: (500, 5000), |