Skip to content

Commit f100ad1

Browse files
use dynamic port
1 parent 18e33d9 commit f100ad1

File tree

1 file changed

+1
-1
lines changed
  • test/functional/flutter_integration/helper

1 file changed

+1
-1
lines changed

test/functional/flutter_integration/helper/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def make_options() -> FlutterOptions:
6565
'platformVersion': os.getenv('IOS_VERSION'),
6666
'allowTouchIdEnroll': True,
6767
'wdaLaunchTimeout': 240000,
68-
'wdaLocalPort': 8100,
68+
'wdaLocalPort': get_wda_port(),
6969
'eventTimings': True,
7070
'app': os.getenv('FLUTTER_IOS_APP'),
7171
}

0 commit comments

Comments
 (0)