Jelajahi Sumber

test: bump up clientv3/integration timeout

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 tahun lalu
induk
melakukan
5579dc200d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      test

+ 1 - 1
test

@@ -148,7 +148,7 @@ function e2e_pass {
 
 
 function integration_extra {
 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}/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 {
 function integration_e2e_pass {