Skip to content

Commit 0d09645

Browse files
Trying to get emulator action to work
1 parent a35642e commit 0d09645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_test_runners/lib/src/deep_links/deep_links_android.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void testDeepLinkAndroidAppLaunch(
8181
// Wait for a moment so that the app has time to start the Dart VM
8282
// service and report it in the ADB logs.
8383
_log.info("Waiting a moment so that app can launch the Dart VM service.");
84-
await Future.delayed(const Duration(seconds: 1));
84+
await Future.delayed(const Duration(seconds: 5));
8585

8686
// Ensure that we found the Dart VM service URL.
8787
expect(

0 commit comments

Comments
 (0)