temporarily increase clang_tidy test limits

This commit is contained in:
Dan Field 2022-04-26 14:08:47 -07:00 committed by Dan Field
parent 2ac2f67348
commit 88694b98e6

View File

@ -148,7 +148,7 @@ Future<int> main(List<String> args) async {
errSink: errBuffer,
);
final List<io.File> fileList = await clangTidy.computeChangedFiles();
expect(fileList.length, lessThan(300));
expect(fileList.length, lessThan(500));
});
test('No Commands are produced when no files changed', () async {