Skip to content

Commit

Permalink
Increase zypper timeout
Browse files Browse the repository at this point in the history
Increase the timeout for installation of the migration packages.
  • Loading branch information
grisu48 committed Oct 31, 2022
1 parent fe5470b commit ffa4d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/publiccloud/migration.pm
Expand Up @@ -36,7 +36,7 @@ sub run {

record_info('installs SLE15-Migration and suse-migration-sle15-activation');

$instance->run_ssh_command(cmd => "sudo zypper -n in SLES15-Migration suse-migration-sle15-activation");
$instance->run_ssh_command(cmd => "sudo zypper -n in SLES15-Migration suse-migration-sle15-activation", timeout => 300);
record_info('system reboots');
my ($shutdown_time, $startup_time) = $instance->softreboot(
timeout => get_var('PUBLIC_CLOUD_REBOOT_TIMEOUT', 400)
Expand Down

0 comments on commit ffa4d1d

Please sign in to comment.