Skip to content

Commit 3a79b72

Browse files
committed
ci: increase gha timeout to 40m
1 parent b583b56 commit 3a79b72

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: 40
3434
env:
3535
VCPKG_BINARY_SOURCES: clear;x-gha,readwrite
3636
VCPKG_FEATURE_FLAGS: manifests,versions,binarycaching

0 commit comments

Comments
 (0)