From 7087e5f9859a411c881fcd296c8cce74f19a3ca3 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Mon, 2 Oct 1995 19:33:38 +0000 Subject: [PATCH] * 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 --- src/tests/dejagnu/config/ChangeLog | 5 +++++ src/tests/dejagnu/config/default.exp | 2 ++ 2 files changed, 7 insertions(+) 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} -- 2.26.2