summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl18
1 files changed, 3 insertions, 15 deletions
diff --git a/TAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl b/TAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl
index 0ccaf9b3f72..904ca3d2fc8 100755
--- a/TAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_MT_Mcast/run_test.pl
@@ -22,22 +22,10 @@ $T1 = new PerlACE::Process ("MCast",
$T2 = new PerlACE::Process ("MCast",
"-m $mcast_address -ORBSvcConf $svc_conf");
-$sp1 = $T1->Spawn ();
+$T1->Spawn ();
+$T2->Spawn ();
-if ($sp1 != 0) {
- print STDERR "ERROR: could not spawn MCast, returned $sp1\n";
- exit 1;
-}
-
-@sp2 = $T2->Spawn ();
-
-if ($sp2 != 0) {
- print STDERR "ERROR: could not spawn MCast, returned $sp2\n";
- $T1->Kill ();
- exit 1;
-}
-
-$test1 = $T1->WaitKill (300);
+$test1 = $T1->WaitKill (600);
if ($test1 != 0) {
print STDERR "ERROR: test 1 returned $test1\n";