mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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.
This commit is contained in:
parent
12d930b40f
commit
f876ccb055
2
test
2
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user