From cae534d82d8dcfb95ca9d3359f71c6f27e36836a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 4 May 2020 17:10:55 +0200 Subject: [PATCH] scripts/test.sh: add comment about quickcheck constants --- scripts/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index a5b4f3d..3e695db 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,6 +1,7 @@ #!/bin/sh +# Not chosen for exact values, only to be larger than defaults export QUICKCHECK_TESTS=2000 export QUICKCHECK_GENERATOR_SIZE=1000 -cargo test \ No newline at end of file +cargo test