瀏覽代碼

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()))))}
]
}}.

Loading…
取消
儲存