scripts/test.sh: add comment about quickcheck constants

This commit is contained in:
Joakim Frostegård 2020-05-04 17:10:55 +02:00
parent 8effcb8d91
commit cae534d82d

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# Not chosen for exact values, only to be larger than defaults
export QUICKCHECK_TESTS=2000 export QUICKCHECK_TESTS=2000
export QUICKCHECK_GENERATOR_SIZE=1000 export QUICKCHECK_GENERATOR_SIZE=1000
cargo test cargo test