From 9102f9300ba01744171abee8bd610d0551a6308d Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 12 May 2019 19:59:05 -0400 Subject: [PATCH] build: reduce iteration count for various tests for ARM. Takes very long on Drone, currently. We will ramp this up once the build is stabilized again. --- tools/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index f99151f..d84fdd5 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -5,7 +5,7 @@ set -x -export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24" +export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24 -DSTEPS=10000" ./configure $@ if [ `uname -s` = "FreeBSD" ]; then