Skip to content

Commit ccddf5b

Browse files
Increase Env-Var Emulator Wait Time
1 parent ff435f7 commit ccddf5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kotlin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on :
77
pull_request :
88
merge_group :
99

10+
env:
11+
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 720 # 12 minutes; default is 20s
12+
1013
# If CI is already running for a branch when that branch is updated, cancel the older jobs.
1114
concurrency :
1215
group : ci-${{ github.ref }}-${{ github.head_ref }}

0 commit comments

Comments
 (0)