From 9bec7ee797a9a813a5569c0e9b7769bef18b8051 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 7 Nov 2019 07:35:32 -0800 Subject: [PATCH] Bump timeout on exiting Firefox again... Signed-off-by: Adam Williamson --- lib/utils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index a1eee9d6..ee0b8e86 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -687,10 +687,10 @@ sub quit_firefox { # root, so let's just run through console_login again. This is # fine for older releases which don't have the bug, console_login # will just notice we're already logged in as root and return. - # Timeout is set to 30 as sometimes it seems to take a while to + # Timeout is set to 45 as sometimes it seems to take a while to # get back to a console, e.g. - # https://openqa.fedoraproject.org/tests/437570 - console_login(user=>'root', timeout=>30); + # https://openqa.stg.fedoraproject.org/tests/666186 + console_login(user=>'root', timeout=>45); } sub start_with_launcher {