summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl')
-rwxr-xr-xTAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl b/TAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl
index c74fd628f5c..65f736b29c5 100755
--- a/TAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl
+++ b/TAO/tests/Oneways_Invoking_Twoways/run_test_svc.pl
@@ -17,7 +17,7 @@ $CL1 = new PerlACE::Process ("client", "-ORBSvcConf svcconf -k file://$iorfile")
$SV->Spawn ();
-if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
+if (PerlACE::waitforfile_timed ($iorfile, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill (); $SV->TimedWait (1);
exit 1;