Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase ssh_vnc_wait_time for impi #5843

Merged
merged 1 commit into from Sep 28, 2018
Merged

Increase ssh_vnc_wait_time for impi #5843

merged 1 commit into from Sep 28, 2018

Conversation

Zaoliang
Copy link
Contributor

@@ -109,7 +109,7 @@ sub run {
save_screenshot;

if ((check_var('BACKEND', 'ipmi') && !get_var('AUTOYAST')) || get_var('SES5_DEPLOY')) {
my $ssh_vnc_wait_time = get_var('SES5_DEPLOY') ? 300 : 210;
my $ssh_vnc_wait_time = get_var('SES5_DEPLOY') ? 300 : 240;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put 300, so we could get rid of this check for SES

@@ -109,7 +109,7 @@ sub run {
save_screenshot;

if ((check_var('BACKEND', 'ipmi') && !get_var('AUTOYAST')) || get_var('SES5_DEPLOY')) {
my $ssh_vnc_wait_time = get_var('SES5_DEPLOY') ? 300 : 210;
my $ssh_vnc_wait_time = 300 ;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, remove space after 300, it broke tidy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, thanks!

@rwx788 rwx788 merged commit 328dd95 into os-autoinst:master Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants