Skip to content

Fix max_elapsed_time waiting for package pipelines

Alessio Caiazza requested to merge fix-omnibus-waiting into master

By default, Retriable do not allow for more than a total wait time of 15 minutes.

Waiting for packages pipeline was intended to wait up to 30 minutes, but it only attempted 15 retries one each minute.

Edited by Alessio Caiazza

Merge request reports