summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1269_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1269_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_1269_Regression/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Bug_1269_Regression/run_test.pl b/TAO/tests/Bug_1269_Regression/run_test.pl
index 0adb00f43e4..7159c5104d9 100755
--- a/TAO/tests/Bug_1269_Regression/run_test.pl
+++ b/TAO/tests/Bug_1269_Regression/run_test.pl
@@ -25,7 +25,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
}
local $start_time = time();
-local $max_running_time = 420; # 7 minutes
+local $max_running_time = 240; # 4 minutes
local $elapsed = time() - $start_time;
while($elapsed < $max_running_time) {
@@ -36,9 +36,9 @@ while($elapsed < $max_running_time) {
# ... wait for the clients to die unless they did not startup,
# ignore errors because they intentionally crash themselves!
- $CL3->WaitKill(30) unless $client3 < 0;
- $CL2->WaitKill(30) unless $client2 < 0;
- $CL1->WaitKill(30) unless $client1 < 0;
+ $CL3->WaitKill(45) unless $client3 < 0;
+ $CL2->WaitKill(45) unless $client2 < 0;
+ $CL1->WaitKill(45) unless $client1 < 0;
$elapsed = time() - $start_time;
}