We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35642e commit 0d09645Copy full SHA for 0d09645
packages/flutter_test_runners/lib/src/deep_links/deep_links_android.dart
@@ -81,7 +81,7 @@ void testDeepLinkAndroidAppLaunch(
81
// Wait for a moment so that the app has time to start the Dart VM
82
// service and report it in the ADB logs.
83
_log.info("Waiting a moment so that app can launch the Dart VM service.");
84
- await Future.delayed(const Duration(seconds: 1));
+ await Future.delayed(const Duration(seconds: 5));
85
86
// Ensure that we found the Dart VM service URL.
87
expect(
0 commit comments