From: Anthony Geay Date: Thu, 17 Sep 2020 13:48:07 +0000 (+0200) Subject: Less agressive test for test machines X-Git-Tag: V9_6_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d395597ad7b2805512c77ff06dd2a6daa4f9241b;p=modules%2Fkernel.git Less agressive test for test machines --- diff --git a/src/Launcher/Test/test_stress.sh b/src/Launcher/Test/test_stress.sh index 04c4a0f57..c13fef42f 100755 --- a/src/Launcher/Test/test_stress.sh +++ b/src/Launcher/Test/test_stress.sh @@ -24,7 +24,7 @@ echo WORKDIR: $WORKDIR cat > $WORKDIR/command.sh <<< 'echo "OK" > result.txt' chmod 755 $WORKDIR/command.sh pid_launcher='' -for i in {1..500} +for i in {1..20} do ./launcher_use_case.py $WORKDIR 2> $WORKDIR/log$i.err & pid_launcher=$pid_launcher" "$!