Skip to content

Commit

Permalink
Bump to 20 minutes timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Sep 10, 2023
1 parent 1257516 commit 196d177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
deploy_dev:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20
if: github.ref == 'refs/heads/master'

env:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

deploy_prod:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20
if: github.ref == 'refs/heads/master'

env:
Expand Down

0 comments on commit 196d177

Please sign in to comment.