From 0498f4db9487cdb41fe985c8a059f419f300eb29 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 13 Dec 2018 15:29:35 -0800 Subject: [PATCH] Use 30s timeout on the check_screen in the workaround Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index eaf63fbb..b3fcb11e 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -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; }