summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1361_Regression
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-08-28 22:53:36 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-08-28 22:53:36 +0000
commit47dcc0f8e2f4063c0c0b40178b91fb4db5bdf143 (patch)
treebd7f0143fa82fa454b6fa8ce4d39a75551c51215 /TAO/tests/Bug_1361_Regression
parentfedf2af5f241ba697ab9364253d10ac52329b283 (diff)
downloadATCD-47dcc0f8e2f4063c0c0b40178b91fb4db5bdf143.tar.gz
ChangeLogTag: Thu Aug 28 21:47:42 UTC 2008 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tests/Bug_1361_Regression')
-rwxr-xr-xTAO/tests/Bug_1361_Regression/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1361_Regression/run_test.pl b/TAO/tests/Bug_1361_Regression/run_test.pl
index 1f964b3e4d2..2a3d7248d11 100755
--- a/TAO/tests/Bug_1361_Regression/run_test.pl
+++ b/TAO/tests/Bug_1361_Regression/run_test.pl
@@ -19,7 +19,7 @@ foreach $i (@ARGV) {
if ($i eq '-debug') {
$debug_opts = '-ORBDebugLevel 10 -ORBVerboseLogging 1 '
. '-ORBLogFile client';
- $srv_debug = '-ORBDebugLevel 10 -ORBVerboseLogging 1';
+ $srv_debug = '-ORBDebugLevel 5';
}
}
@@ -64,7 +64,7 @@ while (($elapsed < $max_running_time) )
++$client_idx;
}
- $CL->WaitKill(60) unless $client < 0;
+ $CL->WaitKill(90) unless $client < 0;
print STDERR "checking server alive\n";