summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/run_test.pl')
-rwxr-xr-xTAO/tests/Oneways_Invoking_Twoways/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/run_test.pl b/TAO/tests/Oneways_Invoking_Twoways/run_test.pl
index 789c7cc2f50..44df936d9bf 100755
--- a/TAO/tests/Oneways_Invoking_Twoways/run_test.pl
+++ b/TAO/tests/Oneways_Invoking_Twoways/run_test.pl
@@ -38,7 +38,7 @@ if ($client1 != 0) {
$status = 1;
}
-$server = $SV->TerminateWaitKill (5);
+$server = $SV->TerminateWaitKill (15);
if ($server != 0) {
print STDERR "ERROR: server returned $server\n";