diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 7d21304b41..5dbef5f7db 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -68,7 +68,7 @@ jobs: image: ${{ matrix.container_image }} # If a build is taking longer than 60 minutes on these runners we need # to have a conversation - timeout-minutes: 60 + timeout-minutes: 90 steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/build_wheels_windows.yml b/.github/workflows/build_wheels_windows.yml index 0b70a696fc..d832bb91b5 100644 --- a/.github/workflows/build_wheels_windows.yml +++ b/.github/workflows/build_wheels_windows.yml @@ -80,7 +80,7 @@ jobs: shell: bash -l {0} # If a build is taking longer than 60 minutes on these runners we need # to have a conversation - timeout-minutes: 60 + timeout-minutes: 90 steps: - uses: actions/checkout@v3 with: