From 3ad4012d02e4210a1205a48b71c47a63c5363fb8 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sun, 5 Nov 2023 08:41:08 +0100 Subject: [PATCH] Retry to install retry as well as needed As happened on 2023-11-05 also the install of retry failed temporarily. --- tests/install/openqa_webui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install/openqa_webui.pm b/tests/install/openqa_webui.pm index c903137a..266820d6 100644 --- a/tests/install/openqa_webui.pm +++ b/tests/install/openqa_webui.pm @@ -78,7 +78,7 @@ sub run { send_key 'ret'; wait_still_screen(2); disable_packagekit; - assert_script_run('zypper --no-cd -n in retry'); + assert_script_run('for i in {1..7}; do zypper --no-cd -n in retry && break; sleep $((i**2*20)); done'); if (get_var('OPENQA_FROM_GIT')) { if (get_var('OPENQA_CONTAINERS')) { install_containers;