1
0
Fork 0
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:
Samuel Woon 2020-08-10 03:33:14 -05:00 committed by GitHub
parent 2f68b2795c
commit 976e3dae83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
test:
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false