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:
Mike Danese 2018-02-06 14:41:00 -08:00
parent 87f77cd237
commit 7ad4f61a5b

View File

@ -113,6 +113,7 @@ go_library(
go_test(
name = "go_default_test",
size = "medium",
srcs = [
"client_ca_hook_test.go",
"controller_test.go",