瀏覽代碼

Merge pull request #7071 from heyitsanthony/bump-integration-timeout

test: bump grpcproxy pass timeout to 15m
Anthony Romano 9 年之前
父節點
當前提交
1643ed5667
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test

+ 1 - 1
test

@@ -98,7 +98,7 @@ function integration_e2e_pass {
 }
 
 function grpcproxy_pass {
-	go test -timeout 10m -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}/integration
 }
 
 function release_pass {