Skip to content

Commit

Permalink
Bump up the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vermiculus committed Aug 4, 2017
1 parent 13b1677 commit aa4d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magithub-core.el
Expand Up @@ -120,7 +120,7 @@ only be let-bound by `magithub-refresh'.")
"The last time the API was available.
Used to avoid pinging GitHub multiple times a second.")

(defcustom magithub-api-timeout 1
(defcustom magithub-api-timeout 3
"Number of seconds we'll wait for the API to respond."
:group 'magithub
:type 'integer)
Expand Down

0 comments on commit aa4d96a

Please sign in to comment.