Project

General

Profile

Actions

action #13574

closed

MinimalX staging takes 20 minutes longer than it should

Added by RBrownSUSE over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2016-09-02
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

eg. https://openqa.suse.de/tests/538641

first_boot wastes 20 seconds because of

my $retry = 2;
# Check for errors during first boot
while ($retry) {
    # GNOME and KDE get into screenlock after 5 minutes without activities.
    # using 300 seconds here then we can get the wrong desktop screenshot at least
    # in case desktop screenshot changed, otherwise we get the screenlock screenshot.
    my $ret = check_screen "generic-desktop", 300;
    if ($ret) {
        mouse_hide();
        last;
    }
    else {
.... etc

We should not waste that time when GNOME or KDE is not DESKTOP

Actions

Also available in: Atom PDF