File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments