-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot override appium:wdaLocalPort
#1486
Comments
same issue |
@Yoodahun None of these are configurable. WDA port is assigned for a device at the start. I don't think your issue has anything to do with ports. |
@saikrishna321 I've seen similar questions #1484 Is it impossible to override them? |
@Yoodahun We need to change the port allocation to pick a range of ports. If that is going to work. |
Describe the bug
I’m having trouble overriding the
appium:wdaLocalPort
I’m running parallel tests, and sometimes I found that some iOS devices freeze for a moment and then restart WDA. I think It looks like a deadlock issue happens depending on the timing of the
wdaLocalPort
assignment dynamically during parallel runs.So, I tried setting the wdaLocalPort manually (
appium:wdaLocalPort
) to check this, but it didn’t work. Could you please check this?Link to Appium logs
Environment
The text was updated successfully, but these errors were encountered: