Skip to content

Commit

Permalink
Merge pull request #8219 from heyitsanthony/test-times
Browse files Browse the repository at this point in the history
test: bump grpcproxy timeout to 20m, print pass times
  • Loading branch information
Anthony Romano authored Jul 7, 2017
2 parents 2e76152 + a2a80cb commit 00aede4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -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"

0 comments on commit 00aede4

Please sign in to comment.