diff --git a/tests/console/zypper_lifecycle.pm b/tests/console/zypper_lifecycle.pm index 129d93b5679e..309eb663346e 100644 --- a/tests/console/zypper_lifecycle.pm +++ b/tests/console/zypper_lifecycle.pm @@ -66,9 +66,9 @@ sub run { script_run('rm -fr /var/cache/zypp/solv /var/cache/zypp/solv'); script_run('rm -fr /var/cache/zypp/raw /var/cache/zypp/raw'); - # We add 'zypper ref' here to download and preparse the metadata of packages, + # We add 'zypper ref' here to download and parse the metadata of packages, # which will make the following 'zypper lifecycle' runs faster. - script_run('zypper refresh', 300); + script_run('zypper refresh', 420); select_console 'user-console'; my $overview = script_output('zypper lifecycle', 600);