Increase build timeout limit.
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user