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:
Florent BENOIT 2022-10-26 21:03:19 +02:00 committed by GitHub
parent 1e971d7f60
commit ca0b6a266c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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

View file

@ -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: