diff options
Diffstat (limited to 'TAO/tests/Bug_2429_Regression')
-rwxr-xr-x | TAO/tests/Bug_2429_Regression/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2429_Regression/run_test.pl b/TAO/tests/Bug_2429_Regression/run_test.pl index 2cb6ef59994..610946f71d2 100755 --- a/TAO/tests/Bug_2429_Regression/run_test.pl +++ b/TAO/tests/Bug_2429_Regression/run_test.pl @@ -33,7 +33,7 @@ if ($server != 0) { } # We can wait on the IOR file -if (PerlACE::waitforfile_timed ($server_ior_file, 10) == -1) +if (PerlACE::waitforfile_timed ($server_ior_file, $PerlACE::wait_interval_for_process_creation) == -1) { print STDERR "ERROR: cannot find $server_ior_file\n"; $SERVER->Kill(); |