From d4b49e9a5ab1968aec7e5b0a7d0b47d3ee56bad0 Mon Sep 17 00:00:00 2001 From: Kyle Lape Date: Mon, 15 Jan 2024 11:20:43 -0600 Subject: [PATCH] Update timeouts to satisfy validation --- .tekton/scanner-pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/scanner-pull-request.yaml b/.tekton/scanner-pull-request.yaml index eb9b01814..7a6a60021 100644 --- a/.tekton/scanner-pull-request.yaml +++ b/.tekton/scanner-pull-request.yaml @@ -424,9 +424,9 @@ spec: optional: true taskRunTemplate: {} timeouts: - pipeline: "2h0m0s" + pipeline: "3h0m0s" tasks: "2h0m0s" - finally: "2h0m0s" + finally: "1h0m0s" workspaces: - name: workspace volumeClaimTemplate: