Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov

Move some tests

r? `@petrochenkov`
This commit is contained in:
Matthias Krüger 2023-02-17 00:19:35 +01:00 committed by GitHub
commit ee07df9c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 940;
const ISSUES_ENTRY_LIMIT: usize = 2001;
const ISSUES_ENTRY_LIMIT: usize = 1978;
fn check_entries(path: &Path, bad: &mut bool) {
for dir in Walk::new(&path.join("ui")) {