Skip to content

Commit

Permalink
Increase the default value for analysis_testing_deps_limit to 1000.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 407964328
  • Loading branch information
Googler authored and Copybara-Service committed Nov 6, 2021
1 parent 711c44e commit 21dfe4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ public String getTypeDescription() {

@Option(
name = "analysis_testing_deps_limit",
defaultValue = "800",
defaultValue = "1000",
documentationCategory = OptionDocumentationCategory.TESTING,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
help =
Expand Down

0 comments on commit 21dfe4c

Please sign in to comment.