mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
CI: Set 10 minute test time. By @samuel-w
To prevent infinite loops from running for 6 hours (default). 10 minutes was chosen as previous actions have finished in under 4 minutes, while allowing some leeway.
This commit is contained in:
parent
2f68b2795c
commit
976e3dae83
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -4,6 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 10
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in a new issue