summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/orbsvcs/tests/Security/Crash_Test/run_test.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 66c908642f7..62fd53d81f4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 14 16:37:44 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/tests/Security/Crash_Test/run_test.pl: The timeout was
+ adjusted.
+
Tue Jan 14 15:10:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/driver/drv_args.cpp:
diff --git a/TAO/orbsvcs/tests/Security/Crash_Test/run_test.pl b/TAO/orbsvcs/tests/Security/Crash_Test/run_test.pl
index 013ad917ff1..97abdbb5bab 100755
--- a/TAO/orbsvcs/tests/Security/Crash_Test/run_test.pl
+++ b/TAO/orbsvcs/tests/Security/Crash_Test/run_test.pl
@@ -16,7 +16,7 @@ unlink $iorfile;
$server_conf = PerlACE::LocalFile ("server$PerlACE::svcconf_ext");
$client_conf = PerlACE::LocalFile ("client$PerlACE::svcconf_ext");
-$client_args = "-ORBSvcConf $client_conf -w 9 -k file://$iorfile";
+$client_args = "-ORBSvcConf $client_conf -w 15 -k file://$iorfile";
# Set the SSL environment
$ENV{'SSL_CERT_FILE'} = 'cacert.pem';