diff --git a/dist/plan b/dist/plan index 7910ed1..7e4fdea 100755 Binary files a/dist/plan and b/dist/plan differ diff --git a/sync/client/http.go b/sync/client/http.go index d7451ed..4d1f200 100644 --- a/sync/client/http.go +++ b/sync/client/http.go @@ -24,7 +24,7 @@ func New(url, apiKey string) *HTTP { baseURL: url, apiKey: apiKey, c: &http.Client{ - Timeout: 10 * time.Second, + Timeout: 300 * time.Second, }, } }