summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl')
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
index 9e1ec1e5d7c..c168a256343 100755
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
@@ -18,7 +18,7 @@ require ACEutils;
$iorfile = "cubit.ior";
$exepref = '.' . $DIR_SEPARATOR;
-$svnsflags = " -f $iorfile";
+$svnsflags = " -o $iorfile";
$clnsflags = " -f $iorfile";
$clflags = "";
$svflags = "";
@@ -147,13 +147,13 @@ if ($OSNAME ne "MSWin32")
$CL = Process::Create ($exepref . "client".$EXE_EXT,
" $clflags $clnsflags -x");
- $client = $CL->TimedWait (120);
+ $client = $CL->TimedWait (60);
if ($client == -1) {
print STDERR "ERROR: client timedout\n";
$CL->Kill (); $CL->TimedWait (1);
}
- $server = $SV->TimedWait (30);
+ $server = $SV->TimedWait (10);
if ($server == -1) {
print STDERR "ERROR: server timedout\n";
$SV->Kill (); $SV->TimedWait (1);