From b868765ddfa2345f7a787365f55ba619689149ad Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 20 Sep 2018 23:29:23 +0300 Subject: [PATCH] mdbx-test: reduce repeats number inside 'gc.sh' script. --- test/gc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gc.sh b/test/gc.sh index 0625518a..836b15c5 100755 --- a/test/gc.sh +++ b/test/gc.sh @@ -61,7 +61,7 @@ caption="Failfast #7" probe \ count=0 for nops in {2..7}; do for ((wbatch=nops-1; wbatch > 0; --wbatch)); do - loops=$((1111/nops + 2)) + loops=$(((3333 >> nops) / nops + 1)) for ((rep=0; rep++ < loops; )); do for ((bits=2**${#options[@]}; --bits >= 0; )); do seed=$(date +%N)