summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming
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
commit68a1806f71f12cf7f7aa41912cc83e7438b5a32b (patch)
tree415585c91231f563dc2b9aa99b47ac9d6122c441 /TAO/tests/InterOp-Naming
parent6ab61e4f94672eecaa5cfea6b661413c7e40e56c (diff)
downloadATCD-68a1806f71f12cf7f7aa41912cc83e7438b5a32b.tar.gz
Wed Apr 18 19:15:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/InterOp-Naming')
-rwxr-xr-xTAO/tests/InterOp-Naming/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/InterOp-Naming/run_test.pl b/TAO/tests/InterOp-Naming/run_test.pl
index 178316c7c2b..689c6fe448a 100755
--- a/TAO/tests/InterOp-Naming/run_test.pl
+++ b/TAO/tests/InterOp-Naming/run_test.pl
@@ -32,7 +32,7 @@ else {
$SV->Spawn ();
-if (PerlACE::waitforfile_timed ($file, 10) == -1) {
+if (PerlACE::waitforfile_timed ($file, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$file>\n";
$SV->Kill ();
exit 1;