summaryrefslogtreecommitdiff
path: root/TAO/tests/Stack_Recursion/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Stack_Recursion/run_test.pl')
-rwxr-xr-xTAO/tests/Stack_Recursion/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Stack_Recursion/run_test.pl b/TAO/tests/Stack_Recursion/run_test.pl
index e767aacd35d..9c66cd4a3e5 100755
--- a/TAO/tests/Stack_Recursion/run_test.pl
+++ b/TAO/tests/Stack_Recursion/run_test.pl
@@ -28,11 +28,11 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill (); $SV->TimedWait (1);
exit 1;
-}
+}
$CL->Spawn (60);
-$client = $CL->WaitKill (480);
+$client = $CL->WaitKill (960);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";