summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/run_test.pl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-24 08:02:58 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-24 08:02:58 +0000
commitffb827a2938294145c0c74d7e06d837236d29694 (patch)
tree8c0bc2f7aa508472a4fd98dfca9d6afd60130f52 /TAO/examples/Buffered_Oneways/run_test.pl
parentd01a55ccd330806cac88d2e978e6d3d59a844bef (diff)
downloadATCD-ffb827a2938294145c0c74d7e06d837236d29694.tar.gz
ChangeLogTag:Tue Apr 24 00:21:54 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/Buffered_Oneways/run_test.pl')
-rwxr-xr-xTAO/examples/Buffered_Oneways/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Buffered_Oneways/run_test.pl b/TAO/examples/Buffered_Oneways/run_test.pl
index ff810f280c4..5d64b90f060 100755
--- a/TAO/examples/Buffered_Oneways/run_test.pl
+++ b/TAO/examples/Buffered_Oneways/run_test.pl
@@ -29,7 +29,7 @@ print STDERR "\nFlushing based on implicit message counts\n\n";
$CL->Arguments ("-k file://$iorfile -c 5 -b -1 -f -1 -t -1");
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (300);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";
@@ -40,7 +40,7 @@ print STDERR "\nFlushing based on implicit message bytes\n\n";
$CL->Arguments ("-k file://$iorfile -b 250 -c -1 -f -1 -t -1");
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (300);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";
@@ -51,7 +51,7 @@ print STDERR "\nFlushing based on implicit timeout\n\n";
$CL->Arguments ("-k file://$iorfile -t 5000 -b -1 -c -1 -f -1");
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (300);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";
@@ -62,7 +62,7 @@ print STDERR "\nExplicit queue flushing (and server shutdown)\n\n";
$CL->Arguments ("-k file://$iorfile -f 5 -b -1 -c 100 -t -1 -x");
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (300);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";