mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Merge pull request #8083 from ThomasWaldmann/increase-gh-actions-timeout-master
gh actions: increase timeout
This commit is contained in:
commit
8cfbd3ea3e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
lint:
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 2
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
TOXENV: ${{ matrix.toxenv }}
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -139,7 +139,7 @@ jobs:
|
|||
TOXENV: ${{ matrix.toxenv }}
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 180
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -195,7 +195,7 @@ jobs:
|
|||
windows:
|
||||
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
needs: linux
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue