We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f125a commit 9f285beCopy full SHA for 9f285be
1 file changed
.github/workflows/ci.yml
@@ -67,8 +67,9 @@ jobs:
67
uses: reactivecircus/android-emulator-runner@v2
68
with:
69
api-level: 34
70
- target: aosp_atd
+ target: default
71
arch: x86_64
72
+ emulator-boot-timeout: 600
73
script: ./gradlew :benchmarks:connectedBenchmarkAndroidTest
74
75
- name: Parse Benchmark Results
0 commit comments