summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/RMCast/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/RMCast/run_test.pl')
-rwxr-xr-xACE/protocols/tests/RMCast/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/protocols/tests/RMCast/run_test.pl b/ACE/protocols/tests/RMCast/run_test.pl
index abee8b0594c..2e9d75142ad 100755
--- a/ACE/protocols/tests/RMCast/run_test.pl
+++ b/ACE/protocols/tests/RMCast/run_test.pl
@@ -24,7 +24,7 @@ sleep ($target1->ProcessStartWaitInterval());
$sender->Spawn ();
-$status = $receiver->WaitKill (40);
+$status = $receiver->WaitKill ($target2->ProcessStopWaitInterval() + 30);
if ($status != 0) {
print STDERR "ERROR: receiver returned $status\n";