aboutsummaryrefslogtreecommitdiff
path: root/travis/mingw32
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-03-11 18:14:28 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-04-01 14:39:20 +0200
commitdb162d3b06e51491099d221808ae8e3b0066dc51 (patch)
tree3579b7acb4e513f1e7cc89e34bba7f0d4f365445 /travis/mingw32
parent62200ce6a302402fbc373e71e03bd2fc46f6b936 (diff)
downloadPROJ-5.0.tar.gz
PROJ-5.0.zip
mingw32 travis: reduce number of iterations for multistresstest5.0
Diffstat (limited to 'travis/mingw32')
-rwxr-xr-xtravis/mingw32/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/mingw32/install.sh b/travis/mingw32/install.sh
index b1ea07c8..49e395a5 100755
--- a/travis/mingw32/install.sh
+++ b/travis/mingw32/install.sh
@@ -33,6 +33,6 @@ cd src
make multistresstest.exe
make test228.exe
cd ..
-PROJ_LIB=../nad src/multistresstest.exe
+PROJ_LIB=../nad src/multistresstest.exe -num_iterations 100000
cd ..