Skip to content

Commit 2c80503

Browse files
Copilotkirklandsign
andcommitted
Increase emulator RAM to 16GB for instrumentation tests
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
1 parent bfc0b77 commit 2c80503

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
api-level: ${{ env.API_LEVEL }}
121121
arch: ${{ env.ARCH }}
122122
force-avd-creation: false
123+
ram-size: 16384M
123124
emulator-options: ${{ env.EMULATOR_OPTIONS }}
124125
disable-animations: false
125126
working-directory: ${{ matrix.path }}
@@ -138,6 +139,7 @@ jobs:
138139
api-level: ${{ env.API_LEVEL }}
139140
arch: ${{ env.ARCH }}
140141
force-avd-creation: false
142+
ram-size: 16384M
141143
emulator-options: -no-snapshot-save ${{ env.EMULATOR_OPTIONS }}
142144
disable-animations: true
143145
working-directory: ${{ matrix.path }}

0 commit comments

Comments
 (0)