mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Increase build timeout limit.
This commit is contained in:
parent
03937eea49
commit
c0005908d9
2
.github/workflows/container.yaml
vendored
2
.github/workflows/container.yaml
vendored
@ -51,6 +51,6 @@ jobs:
|
|||||||
EARTHLY_PUSH: true
|
EARTHLY_PUSH: true
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 20
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: ./build/develop/container.sh
|
command: ./build/develop/container.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user