We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f984584 commit 792adacCopy full SHA for 792adac
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,8 @@ jobs:
69
api-level: 34
70
target: default
71
arch: x86_64
72
- emulator-boot-timeout: 600
+ emulator-boot-timeout: 900 # Increase from 600 to 900 seconds (15 minutes)
73
+ emulator-options: -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect
74
script: ./gradlew :benchmarks:connectedBenchmarkAndroidTest
75
76
- name: Parse Benchmark Results
0 commit comments