Skip to content

Commit c75f095

Browse files
committed
Enh: TEST faster test by manually decrease number of distributed turns. I'll increase before new versions but not everytime.
1 parent 432db31 commit c75f095

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_installation.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ echo "Detected number of CPUs: $NB_CPUS"
121121
NB_DISTRIBUTED_LAUNCHS=1
122122
# On TRAVIS: 5 launchs
123123
if [ "X$TRAVIS" == "Xtrue" ]; then
124-
NB_DISTRIBUTED_LAUNCHS=5
124+
# NOTE: ask 5 runs each travis run is long, so i set 1 for normal commits, and before releases I'll set
125+
# manually to 5
126+
NB_DISTRIBUTED_LAUNCHS=1
125127
fi
126128

127129
# On travis: pre-pull the base images so parallel docker build will already have a cache, and not

0 commit comments

Comments
 (0)