summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-14 21:30:42 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-14 21:30:42 +0000
commit8b65de89c4eb306990da86a613954cba771f459b (patch)
treeac6aba88563f0dd4d1cc2472c937a3891b0ec677
parent107454ed773671b56108a823dffdcec39ec9163f (diff)
downloadATCD-8b65de89c4eb306990da86a613954cba771f459b.tar.gz
ChangeLogTag: Tue Jan 14 16:37:44 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-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';