summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/Oneway_Timeouts/run_test.pl2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 49105f2a2c1..f0a10cbe9d1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 18 13:22:32 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
+
+ * tests/Oneway_Timeouts/run_test.pl:
+
+ Corrected the first minimum time for the new behavior of delayed
+ buffering.
+
Wed Jun 18 13:04:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/CallbackTest/run_test.pl:
diff --git a/TAO/tests/Oneway_Timeouts/run_test.pl b/TAO/tests/Oneway_Timeouts/run_test.pl
index 325669f4e7d..91a48e5c75c 100755
--- a/TAO/tests/Oneway_Timeouts/run_test.pl
+++ b/TAO/tests/Oneway_Timeouts/run_test.pl
@@ -292,7 +292,7 @@ sub test_buffer_timeout
# actual connection is made, it will flush the queued messages which
# may take up to 550ms.
unlink $srv_ior;
- $SRV->Arguments("$SRV_ARGS -expected 10 -elapsed_max 550 -first_min 1000");
+ $SRV->Arguments("$SRV_ARGS -expected 10 -elapsed_max 550 -first_min 990");
if ($SRV->Spawn() != 0) {
return 1;
}