summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput
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_Throughput
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_Throughput')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test.pl2
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test_overflow.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
index 856e4045b46..01c54ea5225 100755
--- a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
@@ -64,7 +64,7 @@ $S = new PerlACE::Process ("ECT_Supplier",
$NS->Spawn ();
-if (PerlACE::waitforfile_timed ($ns_ior, 10) == -1) {
+if (PerlACE::waitforfile_timed ($ns_ior, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$ns_ior>\n";
$NS->Kill ();
exit 1;
diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test_overflow.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test_overflow.pl
index 762a25ba8b2..6b124ce6dd8 100755
--- a/TAO/orbsvcs/tests/EC_Throughput/run_test_overflow.pl
+++ b/TAO/orbsvcs/tests/EC_Throughput/run_test_overflow.pl
@@ -40,7 +40,7 @@ $S2 = new PerlACE::Process ("ECT_Supplier",
$NS->Spawn ();
-if (PerlACE::waitforfile_timed ($ns_ior, 10) == -1) {
+if (PerlACE::waitforfile_timed ($ns_ior, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$ns_ior>\n";
$NS->Kill ();
exit 1;