From a8aad775c6966c5f31bd89803cfe9b1a422008d0 Mon Sep 17 00:00:00 2001 From: Andrej Krejcir Date: Mon, 20 Feb 2023 10:35:15 +0100 Subject: [PATCH] kubevirt: ssp: Increase timeout for tests Increased timeout from the default 1 hour to 2 hours. The current tests take around 55 minutes, and if a PR adds more tests, the old timeout will not be enough. --- .../kubevirt/ssp-operator/kubevirt-ssp-operator-master.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci-operator/config/kubevirt/ssp-operator/kubevirt-ssp-operator-master.yaml b/ci-operator/config/kubevirt/ssp-operator/kubevirt-ssp-operator-master.yaml index d995f9ebefa3..450faa4bb05a 100644 --- a/ci-operator/config/kubevirt/ssp-operator/kubevirt-ssp-operator-master.yaml +++ b/ci-operator/config/kubevirt/ssp-operator/kubevirt-ssp-operator-master.yaml @@ -58,6 +58,7 @@ tests: requests: cpu: 100m memory: 200Mi + timeout: 2h0m0s workflow: ipi-gcp - as: e2e-upgrade-functests steps: @@ -83,6 +84,7 @@ tests: requests: cpu: 100m memory: 200Mi + timeout: 2h0m0s workflow: ipi-gcp - as: e2e-single-node-functests steps: @@ -107,6 +109,7 @@ tests: requests: cpu: 100m memory: 200Mi + timeout: 2h0m0s workflow: ipi-gcp-single-node zz_generated_metadata: branch: master