We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04ea27 commit 94107dbCopy full SHA for 94107db
.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