summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/run_test.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-01 07:43:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-01 07:43:30 +0000
commit232ce8b373526076399e78c4a2eaaa58f2838279 (patch)
tree65e25ac5070a0498eff0bbefd5e60e52d0075c8b /TAO/tests/CDR/run_test.pl
parent59dd081574e8fae599021967b8e6263c61b452ce (diff)
downloadATCD-232ce8b373526076399e78c4a2eaaa58f2838279.tar.gz
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";