Merge pull request #7071 from heyitsanthony/bump-integration-timeout

test: bump grpcproxy pass timeout to 15m
release-3.1
Anthony Romano 2016-12-28 15:41:00 -08:00 committed by GitHub
commit 1643ed5667
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -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 {