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. For example, for increment of 5 seconds and maximum of 90 seconds, the delay between builds will be (5, 15, 30, 50, 75, 90, 90, 90, ...) seconds.