Skip to content

Commit

Permalink
Extend time to wait yast2-keyboard-ui screen
Browse files Browse the repository at this point in the history
  • Loading branch information
openQA web UI committed Dec 29, 2022
1 parent 63c6660 commit c255c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/yast2_gui/yast2_keyboard.pm
Expand Up @@ -77,12 +77,13 @@ sub run {
# 5. Reproduce bug 1142559
x11_start_program("xterm");
enter_cmd "/sbin/yast2 keyboard";
if (check_screen("yast2-keyboard-ui", 5)) {
if (check_screen("yast2-keyboard-ui", 10)) {
record_soft_failure "bsc#1142559, yast2 keyboard should not start as non root user";
send_key "alt-c";
wait_still_screen 2;
}

enter_cmd "exit";
enter_cmd "exit";
assert_screen "generic-desktop", timeout => 90;

Expand Down

0 comments on commit c255c94

Please sign in to comment.