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 the timeout for security password check #9138

Conversation

foursixnine
Copy link
Member

@foursixnine foursixnine commented Dec 11, 2019

Password security check can take longer on power

See: https://openqa.suse.de/tests/3694810#step/user_settings/5
VR: https://openqa.suse.de/t3695004

@foursixnine foursixnine marked this pull request as ready for review December 11, 2019 14:12
@foursixnine foursixnine force-pushed the oopsitsbrokenagain_in_another_place branch from 6390024 to 83319c1 Compare December 11, 2019 14:13
Password security check can take longer on power
@foursixnine foursixnine force-pushed the oopsitsbrokenagain_in_another_place branch from 83319c1 to b4b37ab Compare December 11, 2019 14:44
assert_screen 'inst-userpasswdtoosimple';
return if (is_sle('=12') && is_s390x);
my $timeout = (is_ppc64le) ? 90 : 30;
assert_screen 'inst-userpasswdtoosimple', $timeout;
Copy link
Contributor

Choose a reason for hiding this comment

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

What about to set it to 90 for all without arch check?

Copy link
Member Author

Choose a reason for hiding this comment

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

@foursixnine foursixnine deleted the oopsitsbrokenagain_in_another_place branch December 18, 2019 12:58
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