Constructor LogarithmicTimeout
LogarithmicTimeout(TimeSpan, Func<bool>)
Creates a new instance where stages are the logarithm multiplied by the
baseDelay
(starts fast then slows).
public LogarithmicTimeout(TimeSpan baseDelay, Func<bool> callback)