Merge pull request #74 from nickva/reduce-tries-on-non-empty-list-shrink-test

Avoid timeout in non_empty_list_shrink_test
diff --git a/test/triq_tests.erl b/test/triq_tests.erl
index 40cbc27..7cdf9f7 100644
--- a/test/triq_tests.erl
+++ b/test/triq_tests.erl
@@ -163,7 +163,7 @@
                  [[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'