From 1c882f612eee4aa4f5200bf14116a2f82bd9602b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 5 Sep 2016 17:50:06 -0700 Subject: [PATCH] lengthen that last wait_still_screen a bit... ...per https://openqa.stg.fedoraproject.org/tests/38809 , one second isn't long enough. --- tests/_graphical_wait_login.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 330227a0..b521b020 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -31,8 +31,8 @@ sub run { # is set in which case it will have been done already if (get_var("DESKTOP") eq 'gnome' && !get_var("START_AFTER_TEST")) { assert_screen "next_button", 60; - # wait a sec in case of animation - wait_still_screen 1; + # wait a bit in case of animation + wait_still_screen 3; for my $n (1..3) { # click 'Next' three times, moving the mouse to avoid # highlight problems, sleeping to give it time to get