Unverified Commit b22e9a02 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #59685 from cheftako/pkg_master

Automatic merge from submit-queue (batch tested with PRs 59532, 59685, 59797). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Extend timeout to deal with pkg/master flake. **What this PR does / why we need it**: 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. **Special notes for your reviewer**: This is intended as a work-around to unblock other PRs while someone investigates the timeout issue. **Release note**: ```release-note NONE ```
parents 50e28a5d 68bb96d0
......@@ -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