summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-12 07:27:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-12 07:27:34 +0000
commit11e869e84e3f2558e77302bd00279b82bc932ca4 (patch)
tree240ff2146208988ba6a47abb6fcfa930e506fe38
parent6526cde935eec92c3df2da1538c957b7b90b5997 (diff)
downloadATCD-11e869e84e3f2558e77302bd00279b82bc932ca4.tar.gz
-rwxr-xr-xTAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl
index 122f27a276d..5371160718a 100755
--- a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl
@@ -142,7 +142,7 @@ for ($i = 0; $i < $num_remote_clients; $i++) {
}
for ($i = 0; $i < $num_remote_clients; $i++) {
- $client_status = $CLS[$i]->WaitKill($client->ProcessStopWaitInterval ());
+ $client_status = $CLS[$i]->WaitKill($client->ProcessStopWaitInterval () + 60);
if ($client_status != 0) {
print STDERR "ERROR: client $i returned $client_status\n";
@@ -150,7 +150,7 @@ for ($i = 0; $i < $num_remote_clients; $i++) {
}
}
-$server_status = $SV->WaitKill($server->ProcessStopWaitInterval ());
+$server_status = $SV->WaitKill($server->ProcessStopWaitInterval () + 60);
if ($server_status != 0) {
print STDERR "ERROR: server returned $server_status\n";