Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #74 from nickva/reduce-tries-on-non-empty-list-shr…
Browse files Browse the repository at this point in the history
…ink-test

Avoid timeout in non_empty_list_shrink_test
  • Loading branch information
Tuncer Ayaz committed Feb 7, 2018
2 parents 70a8d70 + 8907f71 commit 7678e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/triq_tests.erl
Expand Up @@ -163,7 +163,7 @@ non_empty_list_shrink_test() ->
[[0]] =:= triq:counterexample(
?FORALL(_, non_empty(list(int())), false))
end,
lists:seq(1, 25))).
lists:seq(1, 15))).

%list_shrink2_testx() ->
% %% test that a list doesn't easily end in a local 'smallest counterexample'
Expand Down

0 comments on commit 7678e30

Please sign in to comment.