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 18e33d9 commit f100ad1Copy full SHA for f100ad1
test/functional/flutter_integration/helper/options.py
@@ -65,7 +65,7 @@ def make_options() -> FlutterOptions:
65
'platformVersion': os.getenv('IOS_VERSION'),
66
'allowTouchIdEnroll': True,
67
'wdaLaunchTimeout': 240000,
68
- 'wdaLocalPort': 8100,
+ 'wdaLocalPort': get_wda_port(),
69
'eventTimings': True,
70
'app': os.getenv('FLUTTER_IOS_APP'),
71
}
0 commit comments