Skip to content

Commit

Permalink
Double timeout for Ansible test commands
Browse files Browse the repository at this point in the history
Double timeout for Ansible test commands in qesap regression
test_system. This is needed to avoid failure in `zypper ref` when LTSS
modules are enabled.
  • Loading branch information
mpagot committed Jan 30, 2025
1 parent e0db044 commit f472f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sles4sap/qesapdeployment/test_system.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub run {
'zypper in -f -y vim',
'zypper -n in ClusterTools2'
);
qesap_ansible_cmd(cmd => $_, provider => $provider_setting, timeout => 300) for @remote_cmd;
qesap_ansible_cmd(cmd => $_, provider => $provider_setting, timeout => 600) for @remote_cmd;
}

sub post_fail_hook {
Expand Down

0 comments on commit f472f76

Please sign in to comment.