Skip to content

Commit 2a1f534

Browse files
authored
Merge pull request #366 from android/dt/fix-ci
Increase emulator disk space to 6G in attempt to fix #354
2 parents 398c399 + cb856b9 commit 2a1f534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
api-level: ${{ matrix.api-level }}
8989
arch: x86_64
9090
disable-animations: true
91-
disk-size: 2000M
91+
disk-size: 6000M
9292
heap-size: 600M
9393
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest --stacktrace
9494

0 commit comments

Comments
 (0)