From: Mark Eichin Date: Mon, 2 Oct 1995 19:33:38 +0000 (+0000) Subject: * default.exp: set timeout to 100 since the default of 10 is X-Git-Tag: krb5-1.0-beta6~947 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7087e5f9859a411c881fcd296c8cce74f19a3ca3;p=krb5.git * 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 --- 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 + + * 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 * 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}