mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
test: bump timeout on //pkg/master
TestValidOpenAPISpec often takes over a minute. This bumps the timeout from 60 seconds to 300 seconds. On my computer it takes ~73 seconds consisently. The calls to Validate() take the majority of the time.
This commit is contained in:
parent
87f77cd237
commit
7ad4f61a5b
@ -113,6 +113,7 @@ go_library(
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
size = "medium",
|
||||
srcs = [
|
||||
"client_ca_hook_test.go",
|
||||
"controller_test.go",
|
||||
|
Loading…
Reference in New Issue
Block a user