summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Mcast/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Mcast/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Mcast/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Mcast/run_test.pl b/TAO/orbsvcs/tests/EC_Mcast/run_test.pl
index b02a4118795..e9dd7a1b37f 100755
--- a/TAO/orbsvcs/tests/EC_Mcast/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Mcast/run_test.pl
@@ -10,9 +10,9 @@ require Process;
# Run two copies of the same test...
$T1 = Process::Create ($EXEPREFIX."EC_Mcast".$EXE_EXT,
- " -c sample.cfg -n 200 -t 50000 -f Set02");
+ " -c sample.cfg -n 100 -t 50000 -f Set02");
$T2 = Process::Create ($EXEPREFIX."EC_Mcast".$EXE_EXT,
- " -c sample.cfg -n 200 -t 50000 -f Set02");
+ " -c sample.cfg -n 100 -t 50000 -f Set02");
if ($T1->TimedWait (60) == -1) {
print STDERR "ERROR: test1 timedout\n";