action #46682
Updated by riafarov over 5 years ago
lvm test need more than 2 hours to run for ppc64le as per https://openqa.opensuse.org/tests/837890 by increasing MAX_JOB_TIME the test completed as per https://openqa.opensuse.org/tests/837707 (it lasted 2h23) ## Acceptance criteria 1. select_patterns_and_packages doesn't perform wasteful actions ## Suggestions In case we have "default" used for patterns, we can use early return if other patterns were already processed. In other scenarios this optimization is not possible as we have to go through the list of all patterns in order to deselect unwanted ones.