Skip to content

Commit f756591

Browse files
Try Increasing Emulator Timeout w/ Env Variable
1 parent cbb4a02 commit f756591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kotlin.yml

+3
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: 300 # default is 20
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)