summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Factory/run_test.pl')
-rwxr-xr-xTAO/tests/OBV/Factory/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/OBV/Factory/run_test.pl b/TAO/tests/OBV/Factory/run_test.pl
index 23ef1df6442..d30a337cc10 100755
--- a/TAO/tests/OBV/Factory/run_test.pl
+++ b/TAO/tests/OBV/Factory/run_test.pl
@@ -27,7 +27,8 @@ $CL = new PerlACE::Process ("client", " -k file://$iorfile");
$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;