Skip to content

Commit 6aa41c1

Browse files
authored
Increase the timeout for Windows to 60mins to support long running projects
1 parent 8f0504f commit 6aa41c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Checkout repository
9090
uses: actions/checkout@v4
9191
- name: Build / Test
92-
timeout-minutes: 20
92+
timeout-minutes: 60
9393
run: docker run -v ${{ github.workspace }}:C:\source swift:${{ matrix.swift_version }}-windowsservercore-ltsc2022 cmd /s /c "swift --version & swift test --version & cd C:\source\ & ${{ inputs.windows_build_command }} ${{ inputs.swift_flags }}"
9494

9595
windows-nightly-build:
@@ -108,5 +108,5 @@ jobs:
108108
- name: Checkout repository
109109
uses: actions/checkout@v4
110110
- name: Build / Test
111-
timeout-minutes: 20
111+
timeout-minutes: 60
112112
run: docker run -v ${{ github.workspace }}:C:\source swiftlang/swift:${{ matrix.swift_version }}-windowsservercore-1809 cmd /s /c "swift --version & swift test --version & cd C:\source\ & ${{ inputs.windows_build_command }} ${{ inputs.swift_nightly_flags }}"

0 commit comments

Comments
 (0)