Skip to content

Commit 4587eca

Browse files
Jonah Williamspull[bot]
authored andcommitted
[devicelab] try waiting for first frame. (flutter#156907)
From testing locally, sometimes the first frame rasterization takes longer. Could be related to flutter#156903
1 parent a7fed77 commit 4587eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/integration_tests/native_driver_test/test_driver/platform_view_blue_orange_gradient_main_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ void main() async {
2323
flutterDriver = await FlutterDriver.connect();
2424
nativeDriver = await AndroidNativeDriver.connect(flutterDriver);
2525
await nativeDriver.configureForScreenshotTesting();
26+
await flutterDriver.waitUntilFirstFrameRasterized();
2627
});
2728

2829
tearDownAll(() async {

0 commit comments

Comments
 (0)