mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
temporarily increase clang_tidy test limits
This commit is contained in:
parent
2ac2f67348
commit
88694b98e6
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user