mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +00:00
CI: increase timeout to 90min
esp. the macOS CI jobs are sometimes rather slow, so 40min were not enough.
This commit is contained in:
parent
b83525cd4c
commit
dff29627dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
TOXENV: ${{ matrix.toxenv }}
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: 90
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue