Skip to content

Commit

Permalink
Try Increasing Emulator Timeout w/ Env Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-the-edwards committed Dec 11, 2023
1 parent cbb4a02 commit f756591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on :
pull_request :
merge_group :

env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 300 # default is 20

# If CI is already running for a branch when that branch is updated, cancel the older jobs.
concurrency :
group : ci-${{ github.ref }}-${{ github.head_ref }}
Expand Down

0 comments on commit f756591

Please sign in to comment.