Skip to content

Commit

Permalink
Merge pull request #9045 from gyuho/test-limit
Browse files Browse the repository at this point in the history
test: bump up clientv3/integration test time out
  • Loading branch information
gyuho committed Dec 19, 2017
2 parents b0a7623 + ba702ae commit 74a600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function integration_pass {

function integration_extra {
go test -timeout 1m -v ${RACE} -cpu 1,2,4 "$@" "${REPO_PATH}/client/integration"
go test -timeout 15m -v ${RACE} -cpu 1,2,4 "$@" "${REPO_PATH}/clientv3/integration"
go test -timeout 20m -v ${RACE} -cpu 1,2,4 "$@" "${REPO_PATH}/clientv3/integration"
go test -timeout 1m -v -cpu 1,2,4 "$@" "${REPO_PATH}/contrib/raftexample"
go test -timeout 5m -v ${RACE} -tags v2v3 "$@" "${REPO_PATH}/store"
go test -timeout 1m -v ${RACE} -cpu 1,2,4 -run=Example "$@" "${TEST[@]}"
Expand Down

0 comments on commit 74a600a

Please sign in to comment.