Переглянути джерело

Limit test case in the interest of speed

pull/11/merge
Paul J. Davis 13 роки тому
джерело
коміт
c4599a0c4d
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, 60},
{max_size, 30},
{numtests, 1000} {numtests, 1000}
], ],
{timeout, 3600, ?_assertEqual([], proper:module(jiffy_tests, PropErOpts))}. {timeout, 3600, ?_assertEqual([], proper:module(jiffy_tests, PropErOpts))}.

Завантаження…
Відмінити
Зберегти