We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb4a02 commit f756591Copy full SHA for f756591
.github/workflows/kotlin.yml
@@ -7,6 +7,9 @@ on :
7
pull_request :
8
merge_group :
9
10
+env:
11
+ ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 300 # default is 20
12
+
13
# If CI is already running for a branch when that branch is updated, cancel the older jobs.
14
concurrency :
15
group : ci-${{ github.ref }}-${{ github.head_ref }}
0 commit comments