summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Forwarding/run_test.pl')
-rwxr-xr-xTAO/tests/Forwarding/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Forwarding/run_test.pl b/TAO/tests/Forwarding/run_test.pl
index eb80a33fb00..69d94eedb7a 100755
--- a/TAO/tests/Forwarding/run_test.pl
+++ b/TAO/tests/Forwarding/run_test.pl
@@ -21,7 +21,8 @@ $CL2 = new PerlACE::Process ("client", "-x -i 100 -k corbaloc::localhost:$port/S
$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 ();
exit 1;