Unverified Commit 483147fc authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Increase delay to verify cause of flakiness (#58701)

parent abfb6cb7
......@@ -36,7 +36,7 @@ Future<void> main() async {
),
));
await SchedulerBinding.instance.endOfFrame;
await Future<void>.delayed(const Duration(milliseconds: 50));
await Future<void>.delayed(const Duration(milliseconds: 500));
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