Bump timeout on exiting Firefox again...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-11-07 07:35:32 -08:00
parent a8dc6c425c
commit 9bec7ee797

View File

@ -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 {