diff --git a/.github/workflows/macos-windows.yml b/.github/workflows/macos-windows.yml index 9cbd41917110e..8b3d69943bd9d 100644 --- a/.github/workflows/macos-windows.yml +++ b/.github/workflows/macos-windows.yml @@ -28,7 +28,7 @@ jobs: defaults: run: shell: bash -el {0} - timeout-minutes: 120 + timeout-minutes: 180 strategy: matrix: os: [macos-latest, windows-latest] diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 301e7804ddbd8..b7cddc6bb3d05 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,7 +26,7 @@ jobs: defaults: run: shell: bash -el {0} - timeout-minutes: 120 + timeout-minutes: 180 strategy: matrix: env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]