mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Use 30s timeout on the check_screen in the workaround
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b3f51e6108
commit
0498f4db94
@ -34,7 +34,7 @@ sub run {
|
||||
assert_and_click "anaconda_install_root_password";
|
||||
if (get_var("MEMCHECK")) {
|
||||
# work around https://bugzilla.redhat.com/show_bug.cgi?id=1659266
|
||||
unless (check_screen "anaconda_install_root_password_screen") {
|
||||
unless (check_screen "anaconda_install_root_password_screen", 30) {
|
||||
record_soft_failure "UI may be frozen due to brc#1659266";
|
||||
assert_screen "anaconda_install_root_password_screen", 300;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user