From 5579dc200d0d215e313e4833992889d4f4f0eef8 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 20 Dec 2017 10:09:47 -0800 Subject: [PATCH] test: bump up clientv3/integration timeout Signed-off-by: Gyuho Lee --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 513af0a11be..08be1b2ed60 100755 --- a/test +++ b/test @@ -148,7 +148,7 @@ function e2e_pass { function integration_extra { go test -timeout 15m -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" } function integration_e2e_pass {