Skip to content

Commit f5b3f38

Browse files
committed
add ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL
1 parent b57a39b commit f5b3f38

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ jobs:
184184
185185
test-android:
186186
runs-on: ubuntu-latest
187-
187+
env:
188+
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 0
188189
steps:
189190
- name: Free Disk Space (Ubuntu)
190191
uses: insightsengineering/disk-space-reclaimer@v1
@@ -261,6 +262,8 @@ jobs:
261262
262263
test-android-sqlcipher:
263264
runs-on: ubuntu-latest
265+
env:
266+
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 0
264267
steps:
265268
- name: Free Disk Space (Ubuntu)
266269
uses: insightsengineering/disk-space-reclaimer@v1

0 commit comments

Comments
 (0)