Skip to content

Commit 8b2d167

Browse files
committed
ci: increase gha timeout to 30m
1 parent afaa8e6 commit 8b2d167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
name: ${{ inputs.preset }}${{ inputs.tools && '+t' || '' }}${{ inputs.extras && '+e' || '' }}
3232
runs-on: windows-2022
33-
timeout-minutes: 20
33+
timeout-minutes: 30
3434
env:
3535
VCPKG_FILE_CACHE: ${{ github.workspace }}\vcpkg-bincache
3636
VCPKG_BINARY_SOURCES: clear;files,${{ github.workspace }}\vcpkg-bincache,readwrite

0 commit comments

Comments
 (0)