Skip to content

Commit

Permalink
Merge pull request #9738 from SergioAtSUSE/increase_user_typing_retries
Browse files Browse the repository at this point in the history
Increase user full name typing retries
  • Loading branch information
Soulofdestiny committed Mar 10, 2020
2 parents f4fefb6 + 0ffffb1 commit 5b8e9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/user_settings.pm
Expand Up @@ -35,7 +35,7 @@ sub run {
}

# retry if not typed correctly
my $max_tries = 2;
my $max_tries = 4;
my $retry = 0;
do {
$self->enter_userinfo(retry => $retry);
Expand Down

0 comments on commit 5b8e9f0

Please sign in to comment.