summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/run_test.pl')
-rwxr-xr-xTAO/tests/Reliable_Oneways/run_test.pl8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Reliable_Oneways/run_test.pl b/TAO/tests/Reliable_Oneways/run_test.pl
index 2a123c14f9a..1d4b8a8d9a4 100755
--- a/TAO/tests/Reliable_Oneways/run_test.pl
+++ b/TAO/tests/Reliable_Oneways/run_test.pl
@@ -12,14 +12,12 @@ $iorfile = PerlACE::LocalFile ("server.ior");
unlink $iorfile;
$status = 0;
-my $ep = '-ORBListenEndpoints iiop://localhost';
-
foreach $i ("-n", "-t", "-s", "-r") {
if (PerlACE::is_vxworks_test()) {
- $SV = new PerlACE::ProcessVX ("server", "-o server.ior $ep");
+ $SV = new PerlACE::ProcessVX ("server", "-o server.ior");
}
else {
- $SV = new PerlACE::Process ("server", "-o $iorfile $ep");
+ $SV = new PerlACE::Process ("server", "-o $iorfile");
}
$CL = new PerlACE::Process ("client", " -k file://$iorfile $i");
@@ -31,7 +29,7 @@ foreach $i ("-n", "-t", "-s", "-r") {
exit 1;
}
- $client = $CL->SpawnWaitKill (600);
+ $client = $CL->SpawnWaitKill (200);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";