summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CDR/run_test.pl')
-rwxr-xr-xTAO/tests/CDR/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CDR/run_test.pl b/TAO/tests/CDR/run_test.pl
index 6e85f41a31a..7acac77c3ac 100755
--- a/TAO/tests/CDR/run_test.pl
+++ b/TAO/tests/CDR/run_test.pl
@@ -26,7 +26,7 @@ while (($test,$args) = each %tests) {
$TST = $target->CreateProcess ($test, $args);
print STDERR "\tRUNNING $test\n";
- $retval = $TST->SpawnWaitKill ($target->ProcessStopWaitInterval() + 60);
+ $retval = $TST->SpawnWaitKill ($target->ProcessStartWaitInterval() + 60);
if ($retval != 0) {
print STDERR "ERROR $brace $test $args, exit value $retval\n";