summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-19 12:47:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-19 12:47:07 +0000
commit9eb192a98cc7ba1ad411b9c44e1e600ccfe236b8 (patch)
tree695896562aa1f5abbde5accc7d585e002aebbfeb /TAO/orbsvcs/tests/EC_Multiple
parente994589779a9df72f88c6e407b9ae4990fd01620 (diff)
downloadATCD-9eb192a98cc7ba1ad411b9c44e1e600ccfe236b8.tar.gz
Thu Apr 19 12:43:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Multiple/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/run_test.pl b/TAO/orbsvcs/tests/EC_Multiple/run_test.pl
index 4fdd1e2c472..55b5f26405e 100755
--- a/TAO/orbsvcs/tests/EC_Multiple/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Multiple/run_test.pl
@@ -19,7 +19,7 @@ $T = new PerlACE::Process ("EC_Multiple",
$NS->Spawn ();
-if (PerlACE::waitforfile_timed ($NS_ior, 5) == -1) {
+if (PerlACE::waitforfile_timed ($NS_ior, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: waiting for naming service IOR file\n";
$NS->Kill ();
exit 1;