Skip to content

Commit

Permalink
[nfc] lower test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed Aug 21, 2024
1 parent cfebe20 commit f08485c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ build --verbose_failures
build --build_tag_filters=-off-by-default,-slow
test --test_tag_filters=-off-by-default,-slow

# use lower test timeouts: https://bazel.build/reference/test-encyclopedia#role-test-runner
# corrseponds to small,medium,large,enormous tests (medium is default)
test --test_timeout=1,15,60,240

# Not using bzlmod for dependencies yet
common --noenable_bzlmod

Expand Down

0 comments on commit f08485c

Please sign in to comment.