summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl')
-rwxr-xr-xCIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl b/CIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl
index 5c31666c186..d832b314c07 100755
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl
+++ b/CIAO/performance-tests/Benchmark/Multi_Threaded/run_test.pl
@@ -81,7 +81,7 @@ sleep (5);
#Start the client to send the trigger message
$CL = $tg->CreateProcess ("../Multi_Threaded/client", "");
-$CL->SpawnWaitKill($tg->ProcessStopWaitInterval ());
+$CL->SpawnWaitKill($tg->ProcessStartWaitInterval ());
$AM->Kill ();
$AD->Kill ();