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 89
89
- name : Checkout repository
90
90
uses : actions/checkout@v4
91
91
- name : Build / Test
92
- timeout-minutes : 20
92
+ timeout-minutes : 60
93
93
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 }}"
94
94
95
95
windows-nightly-build :
@@ -108,5 +108,5 @@ jobs:
108
108
- name : Checkout repository
109
109
uses : actions/checkout@v4
110
110
- name : Build / Test
111
- timeout-minutes : 20
111
+ timeout-minutes : 60
112
112
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