aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2009-11-29 16:45:46 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2009-11-29 16:45:46 +0000
commit024b1b5c5063e70222342617042cb482126dfb08 (patch)
tree566e47398aab7832a27ade60a3d00137202a55ad /generic/proof-config.el
parent894b4a2d13850f43dcc8c0eac815c1c51a67648d (diff)
raised proof-shell-quit-timeout to accomodate bulky write-back images;
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 9602f56f..4740e1fb 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 4
+(defcustom proof-shell-quit-timeout 12
;; 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.