From 2419a16b370aa28ae7434c7c42c59c1e8d3595f5 Mon Sep 17 00:00:00 2001 From: Michal Drla Date: Thu, 9 Mar 2023 17:49:54 +0100 Subject: [PATCH] feat: Add higher timeout for kubeval job (#2760) Signed-off-by: Michal Drla --- .prow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prow.yaml b/.prow.yaml index 3ba568b10..d6f1ba93e 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -24,6 +24,8 @@ presubmits: skip_if_only_changed: "^docs/|\\.md$|^(OWNERS|LICENSE)$|^\\." skip_report: false context: aicoe-ci/prow/kubeval-validation + decoration_config: + timeout: 60m spec: containers: - image: quay.io/operate-first/opf-toolbox:latest