Skip to content

Commit 4404b2d

Browse files
authored
Give windows 64 bit built some more time (#62)
1 parent 31e3fee commit 4404b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
if: inputs.target == 'x86_64-w64-mingw32-cxx11' || inputs.target == 'i686-w64-mingw32-cxx11'
142142
runs-on: windows-latest
143143
needs: build_llvm_assert
144-
timeout-minutes: 60
144+
timeout-minutes: 90
145145
env:
146146
LLVM_VERSION_MAJOR: ${{ inputs.LLVM_VERSION_MAJOR }}
147147
steps:

0 commit comments

Comments
 (0)