Skip to content

Commit

Permalink
Merge pull request #153 from okurz/feature/retry_git
Browse files Browse the repository at this point in the history
Retry to install retry as well as needed
  • Loading branch information
mergify[bot] authored Nov 15, 2023
2 parents 979ea17 + 3ad4012 commit c0a624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install/openqa_webui.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0a624b

Please sign in to comment.