diff --git a/test b/test index 1b513ff0a..fdcb0198a 100755 --- a/test +++ b/test @@ -207,7 +207,7 @@ function integration_e2e_pass { } function grpcproxy_pass { - go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration + go test -timeout 20m -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}/clientv3/integration } @@ -450,7 +450,9 @@ function build_pass { } for pass in $PASSES; do + echo "Starting '$pass' pass at $(date)" ${pass}_pass $@ + echo "Finished '$pass' pass at $(date)" done echo "Success"