Skip to content

fix: use random adbPort #67

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

Merged
merged 1 commit into from
May 2, 2018
Merged

fix: use random adbPort #67

merged 1 commit into from
May 2, 2018

Conversation

dtopuzov
Copy link
Contributor

@dtopuzov dtopuzov commented May 2, 2018

We encounter a lot of cases when adb hangup on CI (mostly on nsbuildlin03) where a lot of emulators are running in parrallel.

I guess we have too many adb sessions on same port and that is causing the problem.
This is attempt to use different adbPort for each session.

We encounter a lot of cases when adb hangup on CI (mostly on nsbuildlin03) where a lot of emulators are running in parrallel.

I guess we have too many adb sessions on same port and that is causing the problem.
This is attempt to use different adbPort for each session.
@dtopuzov dtopuzov merged commit 62673a8 into master May 2, 2018
@dtopuzov dtopuzov deleted the dtopuzov/use-random-adb-port branch May 2, 2018 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant