Skip to content

Commit

Permalink
Increase ROOT_ENTRY_LIMIT to 1331
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 20, 2021
1 parent 21d02bf commit 396a4f4
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 = 1330;
const ROOT_ENTRY_LIMIT: usize = 1331;
const ISSUES_ENTRY_LIMIT: usize = 2488;

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

0 comments on commit 396a4f4

Please sign in to comment.