mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: reduce job timeout to 10 minutes
Since GitHub runners now support hardware virtualization, the maximal runtime of the FreeBSD runner is somewhere around 3 to 6 minutes. It may still fail sometimes so keep the timeout parameter around.
This commit is contained in:
parent
a590795f7a
commit
9989efe0f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
build:
|
||||
name: Build
|
||||
needs: codestyle
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue