From b223358dba8196efa366d5a4d4797039da313523 Mon Sep 17 00:00:00 2001 From: vjeffrey Date: Thu, 14 Sep 2023 12:11:15 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20extend=20the=20timeout=20on=20th?= =?UTF-8?q?e=20providers=20build=20job=20(#1734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/providers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/providers.yaml b/.github/workflows/providers.yaml index 781cba3a85..4cd99d69ce 100644 --- a/.github/workflows/providers.yaml +++ b/.github/workflows/providers.yaml @@ -14,7 +14,7 @@ env: jobs: build: runs-on: self-hosted - timeout-minutes: 30 + timeout-minutes: 60 steps: - name: Version from Workflow Dispatch if: github.event_name == 'workflow_dispatch'