Skip to content

Commit cb7404b

Browse files
committed
lengthen pump duration
1 parent 227f5c2 commit cb7404b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/integration_tests/flutter_gallery/test_driver/run_demos.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Future<void> runDemos(List<String> demos, WidgetController controller) async {
7373

7474
if (kUnsynchronizedDemos.contains(demo)) {
7575
// These tests have animation, pumpAndSettle cannot be used.
76-
// This time is questionable. 500ms is the tested reasonable result.
77-
await controller.pump(const Duration(milliseconds: 500));
76+
// This time is questionable. 600ms is the tested reasonable result.
77+
await controller.pump(const Duration(milliseconds: 600));
7878
await controller.pump();
7979
await pageBack();
8080
} else {

0 commit comments

Comments
 (0)