From 032d8f76a33dd97515aa9f16b854862822063f3c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 24 Sep 2016 14:28:20 -0700 Subject: [PATCH] give upgrade_preinstall a bit longer for desktop startup 90 seems too tight. See: https://openqa.fedoraproject.org/tests/36079 --- tests/upgrade_preinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/upgrade_preinstall.pm b/tests/upgrade_preinstall.pm index 91936753..b8eb2a7c 100644 --- a/tests/upgrade_preinstall.pm +++ b/tests/upgrade_preinstall.pm @@ -11,7 +11,7 @@ sub run { # wait for either graphical or text login if (get_var('DESKTOP')) { - $self->boot_to_login_screen("graphical_login", 30, 90); # DM takes time to load + $self->boot_to_login_screen("graphical_login", 30, 120); # DM takes time to load } else { $self->boot_to_login_screen(); } @@ -32,7 +32,7 @@ sub run { } if (get_var('DESKTOP')) { - $self->boot_to_login_screen("graphical_login", 30, 90); # DM takes time to load + $self->boot_to_login_screen("graphical_login", 30, 120); # DM takes time to load } else { $self->boot_to_login_screen(); }