summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2429_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-18 19:17:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-18 19:17:57 +0000
commit2c649840d72e4318f52b6bea5679e431420ab2a9 (patch)
tree415585c91231f563dc2b9aa99b47ac9d6122c441 /TAO/tests/Bug_2429_Regression
parent7893249ffc4da76c687d648f76a776969cc9325f (diff)
downloadATCD-2c649840d72e4318f52b6bea5679e431420ab2a9.tar.gz
Wed Apr 18 19:15:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_2429_Regression')
-rwxr-xr-xTAO/tests/Bug_2429_Regression/run_test.pl2
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();