Unverified Commit 547e2e95 authored by Jacob Richman's avatar Jacob Richman Committed by GitHub

Revert "Increase initial delay for scroll_perf_test to try to reduce worst...

Revert "Increase initial delay for scroll_perf_test to try to reduce worst frame stats flakiness." (#21743)

This reverts commit 8cf68731.
parent 354416e8
......@@ -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);
......
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