ci(windows): increase timeout to 8h for manual validation (#2406)

This commit is contained in:
Baptiste Augrain
2025-06-26 13:56:55 +02:00
committed by GitHub
parent fe0394dea4
commit 376bde0817

View File

@@ -237,8 +237,8 @@ jobs:
github-artifact-id: ${{ steps.upload-unsigned-artifacts.outputs.artifact-id }}
artifact-configuration-slug: ${{ matrix.vscode_arch }}
wait-for-completion: true
# 3h to manually approve the request
wait-for-completion-timeout-in-seconds: 10800
# 8h to manually approve the request
wait-for-completion-timeout-in-seconds: 28800
output-artifact-directory: assets/
if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')