From 60edd02c2ef10a664c9ad7a1600da91c3e021373 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 5 Mar 2026 00:28:50 +0800 Subject: [PATCH] chore(ci): set higher timeout threshold --- .github/workflows/release-tamagotchi.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 12c0d54a2..c00c77be6 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -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)