From b9ba850440ebfa13d614f36216c742dff913912d Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 12 Apr 2023 20:27:42 +0200 Subject: [PATCH] Lower e2e timeout to not waste time when it hangs Ginkgo v2 can result in the test just hanging at the end if there is some bug which is leaking processes. The tests never take 90 mins anyway. Just lower that time to 50 mins max. Usually they take between 30-40 mins so we should be fine with 50 mins. Signed-off-by: Paul Holzinger --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7bb094359c..bc04b2a15f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -574,7 +574,7 @@ local_integration_test_task: &local_integration_test_task - unit_test matrix: *platform_axis gce_instance: *standardvm - timeout_in: 90m + timeout_in: 50m env: TEST_FLAVOR: int clone_script: *get_gosrc @@ -620,7 +620,7 @@ container_integration_test_task: CI_DESIRED_RUNTIME: crun CI_DESIRED_NETWORK: cni gce_instance: *standardvm - timeout_in: 90m + timeout_in: 50m env: TEST_FLAVOR: int TEST_ENVIRON: container @@ -639,7 +639,7 @@ rootless_integration_test_task: depends_on: *build_unit matrix: *platform_axis gce_instance: *standardvm - timeout_in: 90m + timeout_in: 50m env: TEST_FLAVOR: int PRIV_NAME: rootless