summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-29 18:41:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-29 18:41:13 +0000
commit06e0116219ac6ddb944beda101ee8b672b8bdf1a (patch)
tree641c4582996ecc2bf7c72acc105712d0a9f2c402
parente8e0b280cf4aff723b7d6e7b6f993700be656381 (diff)
downloadATCD-06e0116219ac6ddb944beda101ee8b672b8bdf1a.tar.gz
ChangeLogTag:Thu Jul 29 13:40:52 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c6
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test.pl4
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 6f74576c612..09781c0502c 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,9 @@
+Thu Jul 29 13:40:52 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * orbsvcs/tests/EC_Throughput/run_test.pl:
+ More fine tuning on the scripts so they won't give false
+ negatives on slow machines.
+
Thu Jul 29 12:12:11 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
index 950053d6afd..444d29e56ca 100755
--- a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
@@ -66,9 +66,9 @@ $C = Process::Create ($EXEPREFIX."ECT_Consumer".$EXE_EXT,
$S = Process::Create ($EXEPREFIX."ECT_Supplier".$EXE_EXT,
" -ORBNameServiceIOR file://$ns_ior "
- . " -s 1 -u 10000 -n 1 -t 0");
+ . " -s 1 -u 5000 -n 1 -t 0");
-if ($S->TimedWait (120) == -1) {
+if ($S->TimedWait (300) == -1) {
print STDERR "ERROR: supplier timedout\n";
$S->Kill (); $S->TimedWait (1);
$C->Kill (); $C->TimedWait (1);