Increase delay to verify cause of flakiness (#58701)

This commit is contained in:
Michael Goderbauer 2020-06-04 13:38:01 -07:00 committed by GitHub
parent abfb6cb7eb
commit 483147fcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;