From 7ad4f61a5b120a7a9f3f36305817ee4853914317 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Tue, 6 Feb 2018 14:41:00 -0800 Subject: [PATCH] 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. --- pkg/master/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/master/BUILD b/pkg/master/BUILD index 42f3002f625..586978b6db5 100644 --- a/pkg/master/BUILD +++ b/pkg/master/BUILD @@ -113,6 +113,7 @@ go_library( go_test( name = "go_default_test", + size = "medium", srcs = [ "client_ca_hook_test.go", "controller_test.go",