From d395597ad7b2805512c77ff06dd2a6daa4f9241b Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 17 Sep 2020 15:48:07 +0200 Subject: [PATCH] Less agressive test for test machines --- src/Launcher/Test/test_stress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" "$! -- 2.39.2