Project

General

Profile

action #101957

Updated by JERiveraMoya almost 3 years ago

In aarch64 the registration process is particularly slow. Test fails here https://openqa.suse.de/tests/7605134#step/skip_install_addons/1 even with timeout 90s, which means 180s (because internally we do a sleep of 1 second in one function and another sleep of 1 second in another one, which we still didn't tackle) 
 We could potentially miss some bugs when more than 30 seconds is not acceptable for the screen to react. 

 Increasing the default We should consider revert to lower timeout of (check history what is the our client most proper one, although ideally 20 seconds by bug report but we want to have some margin) and provide extensive verification runs specially for libyui-rest-api (as the jobs with handle module selection or user creation, etc, where we agreed) didn't work (needed need to be reverted at the end) 
 wait more. 

 For the failing test, here https://openqa.suse.de/tests/7605134#step/select_nonconflicting_modules/1 we could specifically wait more time, >150 150 seconds (which in reality is >300s). With 150 seconds fails but sporadically so >150 should work. 

 Adapt this module to use `lib/YuiRestClient/Wait.pm` with higher timeout. 

 300s).

Back