Skip to content

Commit a58187b

Browse files
kenhysdaipom
authored andcommitted
ci: extend timeout for v6 workflow (fluent#701)
To verify major upgrade in workflow, it needs more package build time. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent e8de2a5 commit a58187b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
build:
1313
name: Build
14-
timeout-minutes: 60
14+
timeout-minutes: 120
1515
strategy:
1616
fail-fast: false
1717
matrix:

.github/workflows/yum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
build:
1313
name: Build
14-
timeout-minutes: 60
14+
timeout-minutes: 120
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)