Skip to content
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

feat(android): support boot timeout #836

Merged
merged 2 commits into from
Sep 5, 2023
Merged

Conversation

Malinskiy
Copy link
Member

  • fix android device borrowing when devices are not ready
  • deviceInitializationTimeoutMillis should work all retries for remote parsing, not individual

Closes #835

+ fix android device borrowing when devices are not ready
+ deviceInitializationTimeoutMillis should work all retries for remote parsing, not individual
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #836 (3241e2a) into develop (1ebbea1) will increase coverage by 0.00%.
The diff coverage is 25.00%.

❗ Current head 3241e2a differs from pull request most recent head 5bf3120. Consider uploading reports for the commit 5bf3120 to get more accurate results

@@            Coverage Diff             @@
##             develop     #836   +/-   ##
==========================================
  Coverage      59.57%   59.58%           
  Complexity       799      799           
==========================================
  Files            213      213           
  Lines           4393     4394    +1     
  Branches         692      692           
==========================================
+ Hits            2617     2618    +1     
  Misses          1450     1450           
  Partials         326      326           
Files Changed Coverage Δ
...src/main/kotlin/com/malinskiy/marathon/Marathon.kt 64.40% <0.00%> (ø)
...thon/config/vendor/android/TimeoutConfiguration.kt 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Malinskiy Malinskiy merged commit 2541d11 into develop Sep 5, 2023
10 of 11 checks passed
@Malinskiy Malinskiy deleted the feature/android-boot-timeout branch September 5, 2023 09:26
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.

Manually configurable emulator booting timeout
1 participant