Skip to content

Commit

Permalink
ci: increase timeout for android master release (#682)
Browse files Browse the repository at this point in the history
Description: this job keeps timing out #634 for long term solution
Risk Level: low

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
junr03 authored and jpsim committed Nov 28, 2022
1 parent c4968e7 commit b1b99db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
android_aar_sonatype_deploy:
name: android_deploy
runs-on: ubuntu-18.04
timeout-minutes: 90
timeout-minutes: 120
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit b1b99db

Please sign in to comment.