diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 17:19:33 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 17:19:33 -0700 |
commit | 3adfd036d7bbfbae1b1c1cf7de4fc9850ce06ad4 (patch) | |
tree | 4c542b893c307e65a4aadf5050007073e1c6af2b /tests | |
parent | ae236b288c46dab914a137670e9366e0b0cc4c09 (diff) |
aim for more evenly-sized pieces in outliner
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/runner.py b/tests/runner.py index cbdacc2c..11555961 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11379,11 +11379,11 @@ f.close() ([], { 100: (190, 250), 250: (200, 330), - 500: (250, 310), - 1000: (230, 300), - 2000: (380, 450), - 5000: (800, 1100), - 0: (1500, 1800) + 500: (250, 500), + 1000: (230, 1000), + 2000: (380, 2000), + 5000: (800, 5000), + 0: (1500, 5000) }), (['-O2'], { 100: (0, 1500), |