diff --git a/.github/workflows/windows-workflow.yaml b/.github/workflows/windows-workflow.yaml index df9d0f0c34..21787c4186 100644 --- a/.github/workflows/windows-workflow.yaml +++ b/.github/workflows/windows-workflow.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} # Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them. - timeout-minutes: 10 + timeout-minutes: 20 steps: # NOTE - useful for debugging