Skip to content

Commit

Permalink
ci: Bump timeouts to 45m
Browse files Browse the repository at this point in the history
Looks like 30m is a bit tight when GHA is exceptionally busy
  • Loading branch information
The-Compiler committed Jan 19, 2023
1 parent 7391217 commit ab258e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
if: "github.repository == 'qutebrowser/qutebrowser'"
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 45
container:
image: "qutebrowser/ci:archlinux-webengine-unstable"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
tests-docker:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
permissions:
security-events: write
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
toxenv: build-release-qt6
name: qt6-windows-64bit-debug
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ab258e7

Please sign in to comment.