increase the CI timeout to install Docker on macOS (#7430)

in #7399 we reduced the timeout to 10 minutes, however there are multiple timing out and failing on main on the install docker step.
This commit is contained in:
Roberto Dip 2022-08-29 12:50:16 -03:00 committed by GitHub
parent e64dd73b54
commit 3d75ddcdc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -198,7 +198,7 @@ jobs:
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
- name: Install Docker
timeout-minutes: 10
timeout-minutes: 20
if: matrix.os == 'macos-latest'
run: |
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb

View File

@ -37,7 +37,7 @@ jobs:
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
- name: Install Docker
timeout-minutes: 10
timeout-minutes: 20
if: matrix.os == 'macos-latest'
run: |
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb

View File

@ -24,7 +24,7 @@ jobs:
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
- name: Install Docker
timeout-minutes: 10
timeout-minutes: 20
if: contains(matrix.os, 'macos')
run: |
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb

View File

@ -34,7 +34,7 @@ jobs:
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
- name: Install Docker
timeout-minutes: 10
timeout-minutes: 20
if: matrix.os == 'macos-latest'
run: |
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb