* default.exp: set timeout to 100 since the default of 10 is
authorMark Eichin <eichin@mit.edu>
Mon, 2 Oct 1995 19:33:38 +0000 (19:33 +0000)
committerMark Eichin <eichin@mit.edu>
Mon, 2 Oct 1995 19:33:38 +0000 (19:33 +0000)
ludicrous with NFS.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6921 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index dbfc1a4cf72f4ddf44ac480c987bb2065bf5498f..941096f37d618d164772ea3bac90298762a41400 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep 28 18:54:43 1995  Mark Eichin  <eichin@cygnus.com>
+
+       * default.exp: set timeout to 100 since the default of 10 is
+       ludicrous with NFS.
+
 Wed Sep 13 14:02:03 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * default.exp: Save the key used to generate the database files.
index c8c90e0054270c7307ea159ffb719fa3040f6963..452785efdf5c8bbf3177263c7b1a57642463897b 100644 (file)
@@ -11,6 +11,8 @@
 # testsuite default script.  We will use KRBTEST.COM as our Kerberos
 # realm name.
 
+set timeout 100
+
 # We do everything in a temporary directory.
 if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status}