Skip to content

Commit

Permalink
Set ci ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Aug 15, 2024
1 parent e66ab28 commit fbbcc42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ jobs:

- name: Run Engine module unit and instrumentation tests and generate coverage report
uses: reactivecircus/android-emulator-runner@v2
env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 60
with:
working-directory: android
api-level: ${{ matrix.api-level }}
arch: x86_64
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
disable-animations: true
script: ./gradlew -PlocalPropertiesFile=local.properties :engine:clean :engine:fhircoreJacocoReport --stacktrace

Expand Down
2 changes: 1 addition & 1 deletion android/quest/src/gizEir/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@
<string name="add_repeated_group_item">Agregar %1$s</string>


</resources>
</resources>
2 changes: 1 addition & 1 deletion android/quest/src/gizEir/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
</resources>
</resources>

0 comments on commit fbbcc42

Please sign in to comment.