relax other.test_outline limits some more

This commit is contained in:
Alon Zakai 2014-08-26 10:58:01 -07:00
Родитель 6791631fbc
Коммит 60b94b94eb
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -922,10 +922,10 @@ This pointer might make sense in another type signature: i: 0
for test_opts, expected_ranges in [
([], {
100: (190, 500),
250: (200, 600),
500: (200, 700),
1000: (230, 1000),
100: (150, 500),
250: (150, 600),
500: (150, 700),
1000: (200, 1000),
2000: (250, 2000),
5000: (500, 5000),
0: (1000, 5000)