kumo01GitHub opened a new issue, #271: URL: https://github.com/apache/cordova-paramedic/issues/271
# Bug Report ## Problem ### What is expected to happen? Android Testsuite complete successfully when Github Actions run. ### What does actually happen? Android 7.1 Test fail because of timeout waiting for emulator to boot in `Run paramedic tests`. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> `android-emulator-runner@v2` is now using [v2.34.0](https://github.com/ReactiveCircus/android-emulator-runner/releases/tag/v2.34.0). But this problem doesn't reproduce when use v2.33.0 by specifying commit id. I suspect that this problem caused by difference between Android version `7.1` in code and sdk manager version `7.1.1`.  ### Command or Code <!-- What command or code is needed to reproduce the problem? --> These are worked for me and I appreciate to accept feedback and make PR if you need. - [Specify build version](https://github.com/kumo01GitHub/cordova-paramedic/commit/f5a3a35e58220a5b40b6244b5216d614442b7a00). - [Specify system api version](https://github.com/kumo01GitHub/cordova-paramedic/commit/34c3f5fc613620960a00c01ee15793cb135deed1). System API version is new feature of android-emulator-runner. ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org