Skip to content

Commit

Permalink
Temporarily extend timeout of C++ conformance tests.
Browse files Browse the repository at this point in the history
In MSAN builds, they now take >5m, but only 20s elsewhere.

#test-continuous

PiperOrigin-RevId: 719315919
  • Loading branch information
mkruskal-google authored and copybara-github committed Jan 24, 2025
1 parent 8868171 commit c856c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pkg_filegroup(

conformance_test(
name = "conformance_test",
timeout = "long", # TODO Fix this or disable in MSAN builds.
failure_list = "//conformance:failure_list_cpp.txt",
maximum_edition = "2023",
testee = "//conformance:conformance_cpp",
Expand Down

0 comments on commit c856c4c

Please sign in to comment.