소스 검색

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_() ->
PropErOpts = [
{to_file, user},
{max_size, 60},
{max_size, 30},
{numtests, 1000}
],
{timeout, 3600, ?_assertEqual([], proper:module(jiffy_tests, PropErOpts))}.

불러오는 중...
취소
저장