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 6c90326 commit 963ca29Copy full SHA for 963ca29
src/e2eFlutterTest/java/io/appium/java_client/android/BaseFlutterTest.java
@@ -52,7 +52,7 @@ void startSession() throws MalformedURLException {
52
FlutterDriverOptions flutterOptions = new FlutterDriverOptions()
53
.setFlutterServerLaunchTimeout(Duration.ofMinutes(2))
54
.setFlutterSystemPort(9999)
55
- .setFlutterElementWaitTimeout(Duration.ofSeconds(3));
+ .setFlutterElementWaitTimeout(Duration.ofSeconds(10));
56
if (IS_ANDROID) {
57
driver = new FlutterAndroidDriver(service.getUrl(), flutterOptions
58
.setUiAutomator2Options(new UiAutomator2Options()
0 commit comments