Skip to content

Commit

Permalink
Increase zypper refresh timeout in zypper_lifesycle
Browse files Browse the repository at this point in the history
Due to poo#115292, increase "zypper refresh" timeout value
to download and preparse the metadata of packages for maintenance
jobs which have many repositories.
  • Loading branch information
rfan1 committed Aug 16, 2022
1 parent 2b02a47 commit 1416e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/zypper_lifecycle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sub run {

# We add 'zypper ref' here to download and preparse the metadata of packages,
# which will make the following 'zypper lifecycle' runs faster.
script_run('zypper refresh', 300);
script_run('zypper refresh', 500);

select_console 'user-console';
my $overview = script_output('zypper lifecycle', 600);
Expand Down

0 comments on commit 1416e60

Please sign in to comment.