From bcd6fed44ad268c337f7cd1349557b0e43fa2ae7 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 5 Jul 2026 17:15:24 +0000 Subject: [PATCH] fix: extend sentinel pac timeout --- .tekton/web-probe-sentinel-jd01-pac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/web-probe-sentinel-jd01-pac.yaml b/.tekton/web-probe-sentinel-jd01-pac.yaml index 798c6956..67d11231 100644 --- a/.tekton/web-probe-sentinel-jd01-pac.yaml +++ b/.tekton/web-probe-sentinel-jd01-pac.yaml @@ -12,7 +12,7 @@ metadata: hwlab.pikastech.local/source-commit: "{{revision}}" spec: timeouts: - pipeline: 180s + pipeline: 300s taskRunTemplate: serviceAccountName: default podTemplate: @@ -58,7 +58,7 @@ spec: --sentinel jd01-web-probe-sentinel \ --confirm \ --wait \ - --timeout-seconds 90 \ + --timeout-seconds 150 \ --source-commit "$SOURCE_COMMIT" \ --source-stage-ref "$SOURCE_STAGE_REF" \ --source-authority gitea-snapshot