Skip to content

Commit

Permalink
Merge pull request #19360 from lemon-suse/enlarge-timeout-s390x-welcome
Browse files Browse the repository at this point in the history
Enlarge welcome timeout value on s390x
  • Loading branch information
jknphy committed May 23, 2024
2 parents ae82e40 + 3072529 commit 16c5a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/welcome.pm
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ sub run {
while ($iterations++ < scalar(@welcome_tags)) {
# See poo#19832, sometimes manage to match same tag twice and test fails due to broken sequence
wait_still_screen 5;
my $timeout = is_aarch64 || is_ppc64le ? '1000' : '500';
my $timeout = is_aarch64 || is_ppc64le || is_s390x ? '1000' : '500';
assert_screen(\@welcome_tags, $timeout);
# Normal exit condition
if (match_has_tag 'local-registration-server') {
Expand Down

0 comments on commit 16c5a8a

Please sign in to comment.