Skip to content

Commit

Permalink
Merge pull request #13260 from dzedro/apparmor
Browse files Browse the repository at this point in the history
yast2_apparmor: Increase timeout on apparmor enabled/disabled needle
  • Loading branch information
dzedro committed Sep 15, 2021
2 parents 27f31f4 + a4a4b45 commit f2ebd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/yast2_apparmor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sub run {
send_key 'alt-l';
}

assert_screen([qw(yast2_apparmor_disabled yast2_apparmor_enabled)]);
assert_screen([qw(yast2_apparmor_disabled yast2_apparmor_enabled)], 90);
if (match_has_tag 'yast2_apparmor_disabled') {
send_key 'alt-e';
assert_screen 'yast2_apparmor_enabled';
Expand Down

0 comments on commit f2ebd17

Please sign in to comment.