From ae87c25626a7237949ec29b009c7c15efe5fa785 Mon Sep 17 00:00:00 2001 From: Wei Shi Date: Fri, 29 Mar 2024 10:54:17 +0800 Subject: [PATCH] ci: extend testing farm pipeline run timeout Signed-off-by: Wei Shi --- .tekton/rhel-bootc-integration-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tekton/rhel-bootc-integration-tests.yaml b/.tekton/rhel-bootc-integration-tests.yaml index f1152ae..9667c94 100644 --- a/.tekton/rhel-bootc-integration-tests.yaml +++ b/.tekton/rhel-bootc-integration-tests.yaml @@ -83,3 +83,6 @@ spec: value: $(params.AZURE_CLIENT_ID) - name: AZURE_TENANT value: $(params.AZURE_TENANT) + # default to 60m, extend to 90m + # https://tekton.dev/docs/pipelines/pipelines/#configuring-the-failure-timeout + timeout: "1h30m"