diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-03-11 18:14:28 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-03-11 18:14:28 +0100 |
| commit | 046d5570beaf4362516e5dff913a22bb001116ca (patch) | |
| tree | f1fd58a5737dd409510e5e850aa0ab2f5bc6cf66 /travis | |
| parent | ab87b8ef0af7ef888b7d810db610ead6eb784d71 (diff) | |
| download | PROJ-046d5570beaf4362516e5dff913a22bb001116ca.tar.gz PROJ-046d5570beaf4362516e5dff913a22bb001116ca.zip | |
mingw32 travis: reduce number of iterations for multistresstest
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/mingw32/install.sh | 2 |
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 .. |
