summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Timeouts/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneway_Timeouts/run_test.pl')
-rwxr-xr-xTAO/tests/Oneway_Timeouts/run_test.pl2
1 files changed, 1 insertions, 1 deletions
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;
}