1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 06:03:38 +00:00

Merge pull request #7892 from ThomasWaldmann/ci-timeout-1.2

CI: increase timeout to 90min
This commit is contained in:
TW 2023-10-28 01:25:33 +02:00 committed by GitHub
commit c35cddeb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 90
steps:
- uses: actions/checkout@v3