diff options
| author | Mark Eichin <eichin@mit.edu> | 1995-10-02 19:33:38 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1995-10-02 19:33:38 +0000 |
| commit | 7087e5f9859a411c881fcd296c8cce74f19a3ca3 (patch) | |
| tree | c5d6cd303ff0efd3a4db19c8b49e4f12dfeda7b9 /src | |
| parent | ecfde736ca1c196b2e69b621c7bd736908556050 (diff) | |
* default.exp: set timeout to 100 since the default of 10 is
ludicrous with NFS.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6921 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/dejagnu/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/tests/dejagnu/config/default.exp | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index dbfc1a4cf..941096f37 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -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. diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index c8c90e005..452785efd 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -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} |
