Bump timeout to 45 minutes

With a 30 minute timeout, we were getting some cancelled runs.
This should fix it.
This commit is contained in:
Andrew Eisenberg 2022-03-11 11:45:45 -08:00
parent e437ea1d38
commit 76c3e91b1f
27 changed files with 42 additions and 42 deletions

View file

@ -26,7 +26,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 45
env:
CLI_RELEASE: "${{ github.event.inputs.cli-release }}"
RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}"