Skip to content

Commit

Permalink
Refresh repos in libgcrypt test
Browse files Browse the repository at this point in the history
Often is zypper timing out
  • Loading branch information
dzedro committed Oct 3, 2023
1 parent 20d4f93 commit b4b5a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/console/libgcrypt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ use registration;

sub run {
select_console 'root-console';
zypper_call('ref', timeout => 1000);
assert_script_run "rpm -q libgcrypt20";
if (script_run("rpm -q libgcrypt-devel") == 1) {
zypper_call "in gcc libgcrypt-devel";
Expand Down

0 comments on commit b4b5a26

Please sign in to comment.