Skip to content

Commit 85a05cb

Browse files
committed
Increase the asan build's short test timeout instead of agent manager test increases
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 44c8b38 commit 85a05cb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ test:gcc --config=tmp-sandbox
143143
build:asan --config=clang
144144
build:asan --//bazel:sanitizer=asan
145145
build:asan --features=asan
146-
build:asan --test_timeout="120,600,1800,3600"
146+
# TODO(#2295): Revert to lower timeouts once ASAN performance is improved.
147+
build:asan --test_timeout="180,600,1800,3600"
147148
build:asan --define PL_CONFIG_ASAN=1
148149
build:asan --define tcmalloc=disabled
149150
build:asan --build_tag_filters=-no_asan

src/vizier/services/agent/shared/manager/BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ pl_cc_test(
8686

8787
pl_cc_test(
8888
name = "heartbeat_test",
89-
# TODO(ddelnano): Remove the moderate timeout once flakiness is resolved (gh#2295)
90-
timeout = "moderate",
9189
srcs = ["heartbeat_test.cc"],
9290
deps = [
9391
":cc_library",
@@ -120,8 +118,6 @@ pl_cc_test(
120118

121119
pl_cc_test(
122120
name = "registration_test",
123-
# TODO(ddelnano): Remove the moderate timeout once flakiness is resolved (gh#2295)
124-
timeout = "moderate",
125121
srcs = ["registration_test.cc"],
126122
deps = [
127123
":cc_library",

0 commit comments

Comments
 (0)