aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2009-11-30 22:56:40 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2009-11-30 22:56:40 +0000
commitbfba9bfb0c7af789f62b77b7814b730e6d628661 (patch)
tree15d7a834768b52e60af19e8a25b61c1b9305e445 /generic/proof-config.el
parentad439a7a91f06c3eadde4d345412e3a449eb1a20 (diff)
even higher proof-shell-quit-timeout -- saving main HOL takes 20s on a *fast* machine;
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 4740e1fb..405b700e 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -852,7 +852,7 @@ See also `proof-shell-pre-sync-init-cmd'."
:type '(choice string (const nil))
:group 'proof-shell)
-(defcustom proof-shell-quit-timeout 12
+(defcustom proof-shell-quit-timeout 45
;; FIXME could add option to quiz user before rude kill.
"The number of seconds to wait after sending `proof-shell-quit-cmd'.
After this timeout, the proof shell will be killed off more rudely.