From cc806402924f97c86e6b650bf33df5e4c94eec18 Mon Sep 17 00:00:00 2001 From: qmsu Date: Fri, 9 Mar 2018 14:30:23 +0800 Subject: [PATCH] Wait longer to show install overview in upgrade In upgrade, it takes longer time to check package dependencies before system is ready to upgrade. And even longer time is required if multiple addons are selected during upgrade. - poo#31552 --- tests/installation/installation_overview.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installation/installation_overview.pm b/tests/installation/installation_overview.pm index 8f0f94223b69..ce791305a984 100644 --- a/tests/installation/installation_overview.pm +++ b/tests/installation/installation_overview.pm @@ -24,7 +24,7 @@ sub run { record_soft_failure('bsc#1054974') if get_var('ALL_MODULES'); # overview-generation # this is almost impossible to check for real - assert_screen "installation-settings-overview-loaded"; + assert_screen "installation-settings-overview-loaded", 150; $self->deal_with_dependency_issues;