Просмотр исходного кода

Reduce PropEr test size for speed

I need to fix this so that object sizes don't explode when generating
larger values. Basically, as the type generator recurses is should be
adjusting the size value.
pull/21/head
Paul J. Davis 13 лет назад
Родитель
Сommit
a30cbebccf
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      test/jiffy_tests.erl

+ 1
- 1
test/jiffy_tests.erl Просмотреть файл

@ -10,7 +10,7 @@
proper_test_() -> proper_test_() ->
PropErOpts = [ PropErOpts = [
{to_file, user}, {to_file, user},
{max_size, 30},
{max_size, 15},
{numtests, 1000} {numtests, 1000}
], ],
{timeout, 3600, ?_assertEqual([], proper:module(jiffy_tests, PropErOpts))}. {timeout, 3600, ?_assertEqual([], proper:module(jiffy_tests, PropErOpts))}.

Загрузка…
Отмена
Сохранить