소스 검색

Fiddle with test timeouts to accomodate slower machines

pull/108/head
Andrew Thompson 12 년 전
부모
커밋
2bb8feb6b0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      test/trunc_io_eqc.erl

+ 3
- 3
test/trunc_io_eqc.erl 파일 보기

@ -36,11 +36,11 @@
%%====================================================================
eqc_test_() ->
{timeout, 30,
{timeout, 60,
{spawn,
[
{timeout, 15, ?_assertEqual(true, eqc:quickcheck(eqc:testing_time(14, ?QC_OUT(prop_format()))))},
{timeout, 15, ?_assertEqual(true, eqc:quickcheck(eqc:testing_time(14, ?QC_OUT(prop_equivalence()))))}
{timeout, 30, ?_assertEqual(true, eqc:quickcheck(eqc:testing_time(14, ?QC_OUT(prop_format()))))},
{timeout, 30, ?_assertEqual(true, eqc:quickcheck(eqc:testing_time(14, ?QC_OUT(prop_equivalence()))))}
]
}}.

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