Unverified Commit b749a50a authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Revert "Increase delay to verify cause of flakiness (#58701)" (#58799)

parent 72f81f41
......@@ -36,7 +36,7 @@ Future<void> main() async {
),
));
await SchedulerBinding.instance.endOfFrame;
await Future<void>.delayed(const Duration(milliseconds: 500));
await Future<void>.delayed(const Duration(milliseconds: 50));
debugPrint('==== MEMORY BENCHMARK ==== READY ====');
await ready.future;
......
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