From fcdd7af541b531ac4ea7f8b31e4ddc71d3854149 Mon Sep 17 00:00:00 2001 From: Kyle Lape Date: Tue, 16 Jan 2024 12:27:10 -0600 Subject: [PATCH] Bump timeouts again --- .tekton/scanner-pull-request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/scanner-pull-request.yaml b/.tekton/scanner-pull-request.yaml index b2d9afbf3..92c8da3ab 100644 --- a/.tekton/scanner-pull-request.yaml +++ b/.tekton/scanner-pull-request.yaml @@ -382,7 +382,7 @@ spec: value: $(tasks.build-container.results.IMAGE_URL) runAfter: - build-container - timeout: 2h + timeout: 3h taskRef: params: - name: name @@ -425,8 +425,8 @@ spec: optional: true taskRunTemplate: {} timeouts: - pipeline: "3h0m0s" - tasks: "2h0m0s" + pipeline: "4h0m0s" + tasks: "3h0m0s" finally: "1h0m0s" workspaces: - name: workspace