action #108758
closedWait for extensions and modules registration
0%
Description
Motivation¶
On slow architectures like aarch64, Extensions and Modules Registration can take a long time, resulting in test failure.
For example https://openqa.suse.de/tests/8364864#step/skip_install_addons/2
Acceptance criteria¶
AC1: Introduce the functionality to wait for registration on ModuleRegistrationController.pm
.
AC2: Adjust register_nonconflicting_modules.pm
, register_module_transactional.pm
and register_module_desktop.pm
modules as needed to wait for registration.
Suggestions¶
Check the work that has already been done in perform_installation.pm
with PerformingInstallationController.pm
function wait_installation_popup()
Check for Installation Settings Page where we recently applied something like is it fully loaded the page
method.
Updated by JERiveraMoya over 2 years ago
- Tags deleted (
qe-yast-refinement) - Description updated (diff)
- Status changed from New to Workable
Updated by rainerkoenig over 2 years ago
- Status changed from Workable to In Progress
- Assignee set to rainerkoenig
Updated by rainerkoenig over 2 years ago
- Status changed from In Progress to Feedback
Create a one line Pull Request to increase the timeout for this test to 240 seconds.