mirror of
https://github.com/netdata/netdata.git
synced 2025-03-16 22:13:38 +00:00
ci: bump static build timeout to 6hr (#19528)
This commit is contained in:
parent
523feafa96
commit
d48ddb0172
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -284,7 +284,7 @@ jobs:
|
|||
id: build
|
||||
uses: nick-fields/retry@v3
|
||||
with:
|
||||
timeout_minutes: 180
|
||||
timeout_minutes: 360
|
||||
max_attempts: 3
|
||||
command: |
|
||||
export EXTRA_INSTALL_FLAGS=${{ needs.file-check.outputs.skip-go }}
|
||||
|
|
Loading…
Reference in a new issue