diff options
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Mcast/run_test.pl')
-rwxr-xr-x | TAO/orbsvcs/tests/EC_Mcast/run_test.pl | 4 |
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"; |