mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Increased default timeout in APIServer to 2 minutes
This should for #5431
This commit is contained in:
@@ -258,7 +258,8 @@ func parseTimeout(str string) time.Duration {
|
||||
}
|
||||
glog.Errorf("Failed to parse %q: %v", str, err)
|
||||
}
|
||||
return 30 * time.Second
|
||||
// TODO: change back to 30s once #5180 is fixed
|
||||
return 2 * time.Minute
|
||||
}
|
||||
|
||||
func readBody(req *http.Request) ([]byte, error) {
|
||||
|
Reference in New Issue
Block a user