summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1551_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1551_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_1551_Regression/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1551_Regression/run_test.pl b/TAO/tests/Bug_1551_Regression/run_test.pl
index edb7803c237..bd6037a58b7 100755
--- a/TAO/tests/Bug_1551_Regression/run_test.pl
+++ b/TAO/tests/Bug_1551_Regression/run_test.pl
@@ -28,7 +28,8 @@ while($n < $ntimes) {
print STDERR " Going .. \n";
$sv1 = $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;