summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar-sync.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el
index 9fbfbeae..69059b7f 100644
--- a/modules/calendar-sync.el
+++ b/modules/calendar-sync.el
@@ -309,7 +309,7 @@ invoked when the fetch completes, either successfully or with an error."
(make-process
:name "calendar-sync-curl"
:buffer buffer
- :command (list "curl" "-s" "-L" "-m" "10" url)
+ :command (list "curl" "-s" "-L" "-m" "30" url)
:sentinel
(lambda (process event)
(when (memq (process-status process) '(exit signal))