Skip to content

Commit

Permalink
bazel: make //ortools/math_opt/solvers:cp_sat_solver_test eternal
Browse files Browse the repository at this point in the history
note: takes more than 300s on github runners...
  • Loading branch information
Mizux committed Jul 31, 2024
1 parent eb92f3c commit 86e8274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/math_opt/solvers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ cc_test(
name = "cp_sat_solver_test",
srcs = ["cp_sat_solver_test.cc"],
shard_count = 10,
timeout = "eternal",
deps = [
":cp_sat_solver",
"//ortools/base:gmock_main",
Expand Down

0 comments on commit 86e8274

Please sign in to comment.