summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/run_test.pl')
-rwxr-xr-xTAO/tests/Reliable_Oneways/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Reliable_Oneways/run_test.pl b/TAO/tests/Reliable_Oneways/run_test.pl
index 939e1a27814..1d4b8a8d9a4 100755
--- a/TAO/tests/Reliable_Oneways/run_test.pl
+++ b/TAO/tests/Reliable_Oneways/run_test.pl
@@ -23,7 +23,7 @@ foreach $i ("-n", "-t", "-s", "-r") {
$SV->Spawn ();
- if (PerlACE::waitforfile_timed ($iorfile, 10) == -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;