mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Increase delay to verify cause of flakiness (#58701)
This commit is contained in:
parent
abfb6cb7eb
commit
483147fcca
@ -36,7 +36,7 @@ Future<void> main() async {
|
|||||||
),
|
),
|
||||||
));
|
));
|
||||||
await SchedulerBinding.instance.endOfFrame;
|
await SchedulerBinding.instance.endOfFrame;
|
||||||
await Future<void>.delayed(const Duration(milliseconds: 50));
|
await Future<void>.delayed(const Duration(milliseconds: 500));
|
||||||
debugPrint('==== MEMORY BENCHMARK ==== READY ====');
|
debugPrint('==== MEMORY BENCHMARK ==== READY ====');
|
||||||
|
|
||||||
await ready.future;
|
await ready.future;
|
||||||
|
Loading…
Reference in New Issue
Block a user