Skip to content

Commit

Permalink
ci: add timeout to avd
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Sep 8, 2024
1 parent 0d6904e commit 2e0e6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ jobs:

- name: run android tests
uses: reactivecircus/android-emulator-runner@v2
env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 60
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
disable-animations: true
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
emulator-options: -no-snapshot-save -no-window -no-boot-anim -no-metrics -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
script: ./gradlew connectedAndroidTest --stacktrace
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ internal class ExposureCompensationTest: CameraTest() {
exposureCompensation = exposureCompensation.value
)
}
}
}

0 comments on commit 2e0e6fe

Please sign in to comment.