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:
@@ -113,6 +113,7 @@ go_library(
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
size = "medium",
|
||||
srcs = [
|
||||
"client_ca_hook_test.go",
|
||||
"controller_test.go",
|
||||
|
Reference in New Issue
Block a user