From f876ccb05594b48cb1da009514a43aca896d417e Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Wed, 28 Dec 2016 14:56:57 -0800 Subject: [PATCH] test: bump grpcproxy pass timeout to 15m integration tests have a 15m timeout elsewhere. The lease stress tests seem to have pushed the running time over 10m on proxy CI, causing failures from timeout. --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 4572dd20c..3ec903993 100755 --- a/test +++ b/test @@ -98,7 +98,7 @@ function integration_e2e_pass { } function grpcproxy_pass { - go test -timeout 10m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration + go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration } function release_pass {