mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
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 <fbenoit@redhat.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
1e971d7f60
commit
ca0b6a266c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/next-build.yaml
vendored
2
.github/workflows/next-build.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/pr-check.yaml
vendored
2
.github/workflows/pr-check.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue