aboutsummaryrefslogtreecommitdiff
path: root/travis
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-03-11 18:14:28 +0100
commit046d5570beaf4362516e5dff913a22bb001116ca (patch)
treef1fd58a5737dd409510e5e850aa0ab2f5bc6cf66 /travis
parentab87b8ef0af7ef888b7d810db610ead6eb784d71 (diff)
downloadPROJ-046d5570beaf4362516e5dff913a22bb001116ca.tar.gz
PROJ-046d5570beaf4362516e5dff913a22bb001116ca.zip
mingw32 travis: reduce number of iterations for multistresstest
Diffstat (limited to 'travis')
-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 ..