summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-06-18 13:20:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-06-18 13:20:58 +0000
commitcaf094265160169873bb6e31743ad76c88008186 (patch)
tree241ea61304022f6ba6ce0f83ebadda31eb36933a
parentbe283e02cd3c6e5f97ec8691279c8bc9c655f537 (diff)
downloadATCD-caf094265160169873bb6e31743ad76c88008186.tar.gz
ChangeLogTag: Wed Jun 18 13:22:32 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
-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;
}