Skip to content

Commit

Permalink
Only run 30 prop_defun_match() tests
Browse files Browse the repository at this point in the history
Her'es hoping the the Travis build doesn\;t time out now..
  • Loading branch information
yurrriq committed Jan 25, 2016
1 parent c9e48dd commit f13c629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org/Lodox.org
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ parse_test_() ->
, {"A simple function with a docstring is correctly parsed.",
prop_defun_simple_doc(), 500}
, {"A function with pattern clauses produces an empty docstring.",
prop_defun_match(), 40}
prop_defun_match(), 30}
, {"A function with pattern clauses and a docstring is correctly parsed.",
prop_defun_match_doc(), 30}
],
Expand Down
2 changes: 1 addition & 1 deletion org/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ parse_test_() ->
, {"A simple function with a docstring is correctly parsed.",
prop_defun_simple_doc(), 500}
, {"A function with pattern clauses produces an empty docstring.",
prop_defun_match(), 40}
prop_defun_match(), 30}
, {"A function with pattern clauses and a docstring is correctly parsed.",
prop_defun_match_doc(), 30}
],
Expand Down
2 changes: 1 addition & 1 deletion test/lodox_parse_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parse_test_() ->
, {"A simple function with a docstring is correctly parsed.",
prop_defun_simple_doc(), 500}
, {"A function with pattern clauses produces an empty docstring.",
prop_defun_match(), 40}
prop_defun_match(), 30}
, {"A function with pattern clauses and a docstring is correctly parsed.",
prop_defun_match_doc(), 30}
],
Expand Down

0 comments on commit f13c629

Please sign in to comment.