From 0b5595cff006f244cc97c833b87831b9df8a3143 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 30 Oct 2024 11:08:04 +0900 Subject: [PATCH] ci: extend timeout for v6 workflow (#701) To verify major upgrade in workflow, it needs more package build time. Signed-off-by: Kentaro Hayashi --- .github/workflows/apt.yml | 2 +- .github/workflows/yum.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apt.yml b/.github/workflows/apt.yml index ef2d87b4c..c4e35a236 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -11,7 +11,7 @@ concurrency: jobs: build: name: Build - timeout-minutes: 60 + timeout-minutes: 120 strategy: fail-fast: false matrix: diff --git a/.github/workflows/yum.yml b/.github/workflows/yum.yml index 3ebf37fca..1bbe97035 100644 --- a/.github/workflows/yum.yml +++ b/.github/workflows/yum.yml @@ -11,7 +11,7 @@ concurrency: jobs: build: name: Build - timeout-minutes: 60 + timeout-minutes: 120 strategy: fail-fast: false matrix: