diff options
Diffstat (limited to 'TAO/tests/POA')
-rwxr-xr-x | TAO/tests/POA/EndpointPolicy/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/POA/EndpointPolicy/run_test.pl b/TAO/tests/POA/EndpointPolicy/run_test.pl index 66ef426c740..292ca488d3f 100755 --- a/TAO/tests/POA/EndpointPolicy/run_test.pl +++ b/TAO/tests/POA/EndpointPolicy/run_test.pl @@ -41,7 +41,7 @@ $sharedSV->Spawn (); if (PerlACE::waitforfile_timed ($goodiorfile, $PerlACE::wait_interval_for_process_creation) == -1) { print STDERR "ERROR: cannot find file <$goodiorfile>\n"; - $SV->Kill (); $SV->TimedWait (1); + $sharedSV->Kill (); $sharedSV->TimedWait (1); exit 1; } @@ -59,7 +59,7 @@ if ($client != 0) { $status = 1; } -$server = $sharedSV->WaitKill (10); +$server = $sharedSV->WaitKill (15); if ($server != 0) { print STDERR "ERROR: server [single profile per IOR] returned $server\n"; |