File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/vizier/services/agent/shared/manager Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ test:gcc --config=tmp-sandbox
143143build:asan --config=clang
144144build:asan --//bazel:sanitizer=asan
145145build: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"
147148build:asan --define PL_CONFIG_ASAN=1
148149build:asan --define tcmalloc=disabled
149150build:asan --build_tag_filters=-no_asan
Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ pl_cc_test(
8686
8787pl_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
121119pl_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" ,
You can’t perform that action at this time.
0 commit comments