chore(ci): set higher timeout threshold

This commit is contained in:
Neko Ayaka
2026-03-05 00:31:40 +08:00
parent 8f4909db3e
commit 60edd02c2e
+9 -3
View File
@@ -249,9 +249,11 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}'
project-slug: 'airi'
github-artifact-id: '${{ steps.unsigned-artifacts-nightly.outputs.artifact-id }}'
signing-policy-slug: 'test-signing'
github-artifact-id: '${{ steps.unsigned-artifacts-nightly.outputs.artifact-id }}'
wait-for-completion: true
wait-for-completion-timeout-in-seconds: 900 # 15 minutes
download-signed-artifact-timeout-in-seconds: 900 # 15 minutes
output-artifact-directory: apps/stage-tamagotchi/bundle/signed/windows/
- name: Debug Windows Signed Artifacts (Nightly + Windows Only)
@@ -339,9 +341,11 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}'
project-slug: 'airi'
github-artifact-id: '${{ steps.unsigned-artifacts-workflow-dispatch.outputs.artifact-id }}'
signing-policy-slug: 'test-signing'
github-artifact-id: '${{ steps.unsigned-artifacts-workflow-dispatch.outputs.artifact-id }}'
wait-for-completion: true
wait-for-completion-timeout-in-seconds: 900 # 15 minutes
download-signed-artifact-timeout-in-seconds: 900 # 15 minutes
output-artifact-directory: apps/stage-tamagotchi/bundle/signed/windows/
- name: Debug Windows Signed Artifacts (Manual + Windows Only)
@@ -417,9 +421,11 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}'
project-slug: 'airi'
github-artifact-id: '${{ steps.unsigned-artifacts-release.outputs.artifact-id }}'
signing-policy-slug: 'test-signing'
github-artifact-id: '${{ steps.unsigned-artifacts-release.outputs.artifact-id }}'
wait-for-completion: true
wait-for-completion-timeout-in-seconds: 900 # 15 minutes
download-signed-artifact-timeout-in-seconds: 900 # 15 minutes
output-artifact-directory: apps/stage-tamagotchi/bundle/signed/windows/
- name: Debug Windows Signed Artifacts (Nightly + Windows Only)