summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/Bug_1269_Regression/run_test.pl2
-rwxr-xr-xTAO/tests/Bug_1270_Regression/run_test.pl2
3 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 53af86ed6a1..2b05d8dddcf 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 14 16:28:13 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * tests/Bug_1269_Regression/run_test.pl:
+ * tests/Bug_1270_Regression/run_test.pl: Reduced the runtime
+ further to 4 minutes. 7 minutes is too high to blow away the
+ stack on machines like charanga!
+
Thu Nov 14 16:21:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* tests/Bug_1270_Regression/run_test.pl: Reduced the runtime from
diff --git a/TAO/tests/Bug_1269_Regression/run_test.pl b/TAO/tests/Bug_1269_Regression/run_test.pl
index 6c2670ffd4f..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) {
diff --git a/TAO/tests/Bug_1270_Regression/run_test.pl b/TAO/tests/Bug_1270_Regression/run_test.pl
index e292aa36ead..2ea186cdba9 100755
--- a/TAO/tests/Bug_1270_Regression/run_test.pl
+++ b/TAO/tests/Bug_1270_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) {