mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Extend timeout to deal with pkg/master flake.
Workaround for bug #59450. Related to PR #59441. Locally test runs about 90 seconds. However on the bazel-test CI the test frequently runs over 5 minutes. Extending the timeout as a work-around to ease the rerun problem. As @mikedanese notes :- The Validate calls to the vendored go-openapi library are which make the test slow: https://github.com/kubernetes/kubernetes/blob/master/pkg/master/master_openapi_test.go#L91 We should probably do more perf and send a patch to upstream.
This commit is contained in:
parent
260327110f
commit
68bb96d0ae
@ -114,6 +114,7 @@ go_library(
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
size = "medium",
|
||||
timeout = "long",
|
||||
srcs = [
|
||||
"client_ca_hook_test.go",
|
||||
"controller_test.go",
|
||||
|
Loading…
Reference in New Issue
Block a user