Skip to content

Commit 9f285be

Browse files
committed
Update CI workflow to use default emulator target and set emulator boot timeout
1 parent 12f125a commit 9f285be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ jobs:
6767
uses: reactivecircus/android-emulator-runner@v2
6868
with:
6969
api-level: 34
70-
target: aosp_atd
70+
target: default
7171
arch: x86_64
72+
emulator-boot-timeout: 600
7273
script: ./gradlew :benchmarks:connectedBenchmarkAndroidTest
7374

7475
- name: Parse Benchmark Results

0 commit comments

Comments
 (0)