summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-07 05:44:46 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-07 05:44:46 +0000
commitd32d0d29fba119e4b95c05ec08d06e100cb6229f (patch)
tree64b3be990de83a1a260a47b386139b3b5eeb52a4
parenta178f38a50695f07fcc21ed1895b2b184bf9e817 (diff)
downloadATCD-d32d0d29fba119e4b95c05ec08d06e100cb6229f.tar.gz
We must also give the client additional time since it blocks at the
end to make sure all the data gets to the server.
-rwxr-xr-xTAO/tests/Timed_Buffered_Oneways/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Timed_Buffered_Oneways/run_test.pl b/TAO/tests/Timed_Buffered_Oneways/run_test.pl
index c437ef38747..dba71848679 100755
--- a/TAO/tests/Timed_Buffered_Oneways/run_test.pl
+++ b/TAO/tests/Timed_Buffered_Oneways/run_test.pl
@@ -22,7 +22,7 @@ if (ACE::waitforfile_timed ($iorfile, 5) == -1) {
$CL = Process::Create ($EXEPREFIX."client$EXE_EXT ", "-x");
-$client = $CL->TimedWait (60);
+$client = $CL->TimedWait (200);
if ($client == -1) {
print STDERR "ERROR: client timedout\n";
$CL->Kill (); $CL->TimedWait (1);