Skip to content

Commit

Permalink
ci: extend timeout for v6 workflow (fluent#701)
Browse files Browse the repository at this point in the history
To verify major upgrade in workflow, it needs
more package build time.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored and daipom committed Nov 29, 2024
1 parent 05f7e18 commit 585ce91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
build:
name: Build
timeout-minutes: 60
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
build:
name: Build
timeout-minutes: 60
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 585ce91

Please sign in to comment.