Revert "Increase initial delay for scroll_perf_test to try to reduce worst frame stats flakiness." (#21743)
This reverts commit 8cf68731e010023e5dcae1f00991f4ac5b1b758b.
This commit is contained in:
parent
354416e8c2
commit
547e2e95e7
@ -25,7 +25,7 @@ void main() {
|
||||
// period of increased load on the device. Without this delay, the
|
||||
// benchmark has greater noise.
|
||||
// See: https://github.com/flutter/flutter/issues/19434
|
||||
await Future<Null>.delayed(const Duration(milliseconds: 1000));
|
||||
await Future<Null>.delayed(const Duration(milliseconds: 250));
|
||||
final Timeline timeline = await driver.traceAction(() async {
|
||||
// Find the scrollable stock list
|
||||
final SerializableFinder list = find.byValueKey(listKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user