Progressively delay before retrying build. The delay starts at increment seconds and grows by increment * number of consecutive failures up to the maximum value, then remains at maximum. e.g. (5, 10, 20, 35, 55, ..., maximum) seconds.