5x startup test repitition to reduce noise (#67147)

This commit is contained in:
Yuqian Li 2020-10-02 12:22:05 -07:00 committed by GitHub
parent fc85492d7c
commit e45157fc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,7 @@ class StartupTest {
final String deviceId = (await devices.workingDevice).deviceId;
await flutter('packages', options: <String>['get']);
const int iterations = 3;
const int iterations = 15;
final List<Map<String, dynamic>> results = <Map<String, dynamic>>[];
for (int i = 0; i < iterations; ++i) {
await flutter('run', options: <String>[