Skip to content

Commit a20beca

Browse files
committed
300 is a bit excessive, 100 should do here
1 parent da17f20 commit a20beca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action-sanitizers-bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: bazel build -c dbg --config=tsan //...
5151

5252
- name: Test Mip Solver
53-
run: bazel test -c dbg --config=tsan --runs_per_test 300 //:TestMipSolver
53+
run: bazel test -c dbg --config=tsan --runs_per_test 100 //:TestMipSolver
5454

5555
- name: Test Highs Parallel
56-
run: bazel test -c dbg --config=tsan --runs_per_test 300 //:TestHighsParallel
56+
run: bazel test -c dbg --config=tsan --runs_per_test 100 //:TestHighsParallel
5757

5858
- name: All Tests
5959
run: bazel test -c dbg --config=tsan --runs_per_test 5 //...

0 commit comments

Comments
 (0)