From 3c2a5cff5c031f6d54b3cc4cc7ada50dada0bd55 Mon Sep 17 00:00:00 2001 From: xiongjiwei Date: Mon, 18 Jul 2022 12:43:07 +0800 Subject: [PATCH] bazel: remove timeout (#36257) --- .bazelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index d622cdfe057ed..a27e9186cefa6 100644 --- a/.bazelrc +++ b/.bazelrc @@ -12,7 +12,6 @@ build:release --config=ci build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution build:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s" test:ci --verbose_failures -test:ci --test_timeout=180 test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings test:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s" test:ci --test_env=TZ=Asia/Shanghai --test_output=errors --experimental_ui_max_stdouterr_bytes=104857600