1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-01 12:09:10 +00:00

gh actions: increase timeout

especially the macos workers are sometimes
extremely slow.
This commit is contained in:
Thomas Waldmann 2024-01-30 00:39:53 +01:00
parent e0de99307a
commit 009a88626f
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -32,7 +32,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 2
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
@ -67,7 +67,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 90
timeout-minutes: 180
steps:
- uses: actions/checkout@v3