Skip to content

Commit

Permalink
graph: make shortest_paths_test eternal
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 20, 2024
1 parent 1ffc71a commit 726a30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/graph/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ cc_library(

cc_test(
name = "shortest_paths_test",
size = "medium",
size = "eternal",
srcs = ["shortest_paths_test.cc"],
tags = ["noasan"], # Times out occasionally in ASAN mode.
deps = [
Expand Down

0 comments on commit 726a30f

Please sign in to comment.