summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-05 19:15:33 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-05 19:15:33 +0000
commit45e6ca7645269bcdfe0db82ebfb2ead2670e63e8 (patch)
treecc4af75ee3ce28d1c32f574bf5eae60dc2d1a7b1 /TAO/orbsvcs/tests/EC_Throughput/run_test.pl
parent51e453e0e87c7e55327c2e5c0ed5fa7b05209ab0 (diff)
downloadATCD-45e6ca7645269bcdfe0db82ebfb2ead2670e63e8.tar.gz
ChangeLogTag: Mon Nov 5 13:08:29 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test.pl4
1 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 64a68ee20fc..46185c56ada 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, 5) == -1) {
+if (PerlACE::waitforfile_timed ($ns_ior, 10) == -1) {
print STDERR "ERROR: cannot find file <$ns_ior>\n";
$NS->Kill ();
exit 1;
@@ -72,7 +72,7 @@ if (PerlACE::waitforfile_timed ($ns_ior, 5) == -1) {
$ES->Spawn ();
-sleep 5;
+sleep 10;
$C->Spawn ();
$S->Spawn ();