Commit 68bb96d0 authored by Walter Fender's avatar Walter Fender

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.
parent 26032711
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment