Skip to content

Commit

Permalink
Reduce ROOT_ENTRY_LIMIT to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 1, 2021
1 parent 4530da7 commit 9fb9f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Expand Up @@ -7,7 +7,7 @@ use std::path::Path;

const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 1580;
const ROOT_ENTRY_LIMIT: usize = 1500;
const ISSUES_ENTRY_LIMIT: usize = 2830;

fn check_entries(path: &Path, bad: &mut bool) {
Expand Down

0 comments on commit 9fb9f29

Please sign in to comment.