summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/run_test.pl')
-rwxr-xr-xTAO/tests/Reliable_Oneways/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Reliable_Oneways/run_test.pl b/TAO/tests/Reliable_Oneways/run_test.pl
index 2ca4a8dbd32..d65f537b02e 100755
--- a/TAO/tests/Reliable_Oneways/run_test.pl
+++ b/TAO/tests/Reliable_Oneways/run_test.pl
@@ -23,7 +23,7 @@ foreach $i ("-n", "-t", "-s", "-r") {
exit 1;
}
- $client = $CL->SpawnWaitKill (60);
+ $client = $CL->SpawnWaitKill (200);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";