Skip to content

Commit 792adac

Browse files
committed
Increase emulator boot timeout to 900 seconds and add emulator options for improved performance during benchmark tests
1 parent f984584 commit 792adac

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
@@ -69,7 +69,8 @@ jobs:
6969
api-level: 34
7070
target: default
7171
arch: x86_64
72-
emulator-boot-timeout: 600
72+
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
7374
script: ./gradlew :benchmarks:connectedBenchmarkAndroidTest
7475

7576
- name: Parse Benchmark Results

0 commit comments

Comments
 (0)