aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-19 19:21:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-19 19:21:21 -0800
commit7ebe7e7cbca584956f9bbe2aad197e731691f5e7 (patch)
tree9c57f6cbf47c41cc3185356a2f66947acee6e043 /tests/test_other.py
parent663f943e8c7ff02fa0929e1c6c531ea07714318c (diff)
make test_outline more lenient
Diffstat (limited to 'tests/test_other.py')
-rw-r--r--tests/test_other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index 46170856..11a19f1c 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -843,7 +843,7 @@ f.close()
for test_opts, expected_ranges in [
([], {
- 100: (190, 275),
+ 100: (190, 500),
250: (200, 500),
500: (250, 500),
1000: (230, 1000),