summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-14 22:30:36 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-14 22:30:36 +0000
commit15aaba570970ea9eb61aaa99896cbc45c79757d5 (patch)
tree6c985feabbec15f922d4df234183c63235e9a2c2
parentc0e261467e334ab90e4eb0882961b80d3e05f47e (diff)
downloadATCD-15aaba570970ea9eb61aaa99896cbc45c79757d5.tar.gz
ChangeLogTag: Thu Nov 14 16:28:13 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-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) {