branch: elpa/magit
commit c4718a498e7a10a5b980baa8271e0e515535a485
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    git-commit-post-finish-hook-timeout: Increase timeout
---
 lisp/git-commit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 81802acf46d..45b1eb82d4f 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -235,7 +235,7 @@ Also see `magit-post-commit-hook'."
   :type 'hook
   :get #'magit-hook-custom-get)
 
-(defcustom git-commit-post-finish-hook-timeout 1
+(defcustom git-commit-post-finish-hook-timeout 2
   "Time in seconds to wait for git to create a commit.
 
 The hook `git-commit-post-finish-hook' (which see) is run only

Reply via email to