From ca0b6a266c485ec70fd86cf401036dce9bd6c6e7 Mon Sep 17 00:00:00 2001 From: Florent BENOIT Date: Wed, 26 Oct 2022 21:03:19 +0200 Subject: [PATCH] chore: Increase build timeout for the CI (#703) fixes https://github.com/containers/podman-desktop/issues/695 Change-Id: I16672df4a94c597612390e8ef93f9efd7bc0b350 Signed-off-by: Florent Benoit Signed-off-by: Florent Benoit --- .github/workflows/next-build.yaml | 2 +- .github/workflows/pr-check.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/next-build.yaml b/.github/workflows/next-build.yaml index d1e2c65db9b..76fe8cd0e9b 100644 --- a/.github/workflows/next-build.yaml +++ b/.github/workflows/next-build.yaml @@ -138,7 +138,7 @@ jobs: echo "AZURE_KEY_VAULT_URL=${{secrets.AZURE_KEY_VAULT_URL}}" | Out-File -FilePath $env:GITHUB_ENV -Append - name: Run Build - timeout-minutes: 20 + timeout-minutes: 40 run: yarn compile:next release: diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 7f5ff786939..b1fcabea10a 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -149,7 +149,7 @@ jobs: run: yarn --frozen-lockfile --network-timeout 180000 - name: Run Build - timeout-minutes: 20 + timeout-minutes: 40 run: yarn compile:pull-request - name: List Build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c50d326b35..61a2c5b4575 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -181,7 +181,7 @@ jobs: echo "AZURE_KEY_VAULT_URL=${{secrets.AZURE_KEY_VAULT_URL}}" | Out-File -FilePath $env:GITHUB_ENV -Append - name: Run Build - timeout-minutes: 20 + timeout-minutes: 40 run: yarn compile:next release: