diff --git a/update-main.go b/update-main.go index f1582aaa0..5386ff676 100644 --- a/update-main.go +++ b/update-main.go @@ -155,9 +155,9 @@ func getReleaseUpdate(updateURL string, noError bool) updateMessage { Version: minioVersion, } - // Instantiate a new client with 1 sec timeout. + // Instantiate a new client with 3 sec timeout. client := &http.Client{ - Timeout: 1 * time.Millisecond, + Timeout: 3 * time.Second, } // Fetch new update.