Project

General

Profile

action #101957

Updated by JERiveraMoya over 2 years ago

In aarch64 the registration process is particularly slow. 
 We could potentially miss some bugs when more than 30 seconds is not acceptable for the screen to react. 

 Increasing the default timeout of the our client for libyui-rest-api (as we agreed) didn't work (needed to be reverted at the end) 
 For the failing test, here https://openqa.suse.de/tests/7605134#step/select_nonconflicting_modules/1 we could specifically wait more time, >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. 
 - Fix setting to not fail when the job takes more time, like in this other job, where we should update it as well: here: https://openqa.suse.de/tests/7623094 

Back