From 9570aa7ff6473f49e2771791d3f1ca4e584a0e1b Mon Sep 17 00:00:00 2001 From: Nestor Acuna Blanco Date: Fri, 15 Nov 2024 10:24:08 +0100 Subject: [PATCH] fix: increase timeout for end-to-end tests In some cases, the current timeout of 600 seconds is insufficient for starting a virtual machine (VM). To address this issue, we propose increasing the timeout to 900 seconds, which should provide adequate time for the VM to start successfully. Signed-off-by: Nestor Acuna Blanco --- automation/test-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/test-linux.sh b/automation/test-linux.sh index e11807be..bbdacc8c 100755 --- a/automation/test-linux.sh +++ b/automation/test-linux.sh @@ -44,7 +44,7 @@ spec: storage: 30Gi EOF -timeout=600 +timeout=900 sample=10 oc wait --for=condition=Ready --timeout=${timeout}s dv/"${dv_name}" -n $namespace