Unverified Commit e45157fc authored by Yuqian Li's avatar Yuqian Li Committed by GitHub

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

parent fc85492d
......@@ -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>[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment