浏览代码

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

正在加载...
取消
保存