]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Less agressive test for test machines
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 17 Sep 2020 13:48:07 +0000 (15:48 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 17 Sep 2020 13:48:07 +0000 (15:48 +0200)
src/Launcher/Test/test_stress.sh

index 04c4a0f57c02b51f10d461b68a28b905a175aec3..c13fef42fe6351a8b88caeb2f920b31ea3beac35 100755 (executable)
@@ -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" "$!