Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c6103f8

Browse files
committed
add todo
1 parent 25eeeb9 commit c6103f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/integration_test/lib/integration_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ class IntegrationTestWidgetsFlutterBinding extends LiveTestWidgetsFlutterBinding
308308
// The engine could batch FrameTimings and send them only once per second.
309309
// Delay for a sufficient time so either old FrameTimings are flushed and not
310310
// interfering our measurements here, or new FrameTimings are all reported.
311+
// TODO(CareF): remove this when flush FrameTiming is readly in engine.
312+
// See #64808
311313
Future<void> delayForFrameTimings() =>
312314
Future<void>.delayed(const Duration(seconds: 2));
313315

0 commit comments

Comments
 (0)