Skip to content

Commit

Permalink
temporarily increase clang_tidy test limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Apr 27, 2022
1 parent e676fd7 commit 89a30a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang_tidy/test/clang_tidy_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89a30a7

Please sign in to comment.