summaryrefslogtreecommitdiff
path: root/TAO/tests/Connect_Strategy_Test/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connect_Strategy_Test/run_test.pl')
-rwxr-xr-xTAO/tests/Connect_Strategy_Test/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Connect_Strategy_Test/run_test.pl b/TAO/tests/Connect_Strategy_Test/run_test.pl
index 37a2fdc5d4f..f7a37d77f93 100755
--- a/TAO/tests/Connect_Strategy_Test/run_test.pl
+++ b/TAO/tests/Connect_Strategy_Test/run_test.pl
@@ -20,7 +20,8 @@ $CL3 = new PerlACE::Process ("client", "-ORBSvcConf blocked$PerlACE::svcconf_ext
$SV->Spawn ();
-if (PerlACE::waitforfile_timed ($iorfile, 5) == -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;