diff --git a/.github/workflows/pull_request_windows_build.yml b/.github/workflows/pull_request_windows_build.yml index 9fb94c9a107e..6d0ee04e42a7 100644 --- a/.github/workflows/pull_request_windows_build.yml +++ b/.github/workflows/pull_request_windows_build.yml @@ -19,7 +19,7 @@ jobs: windows_build: name: Build with some tests on Windows runs-on: windows-latest - timeout-minutes: 240 + timeout-minutes: 300 concurrency: group: ${{ github.head_ref }}-windows cancel-in-progress: true