13
13
// impatientAttempt is an extremely short polling time suitable for tests.
14
14
// It's aimed to be just long enough that the AttemptStrategy implementation
15
15
// will yield at least once, but short enough that the test suite won't spend
17
17
var impatientAttempt = utils.AttemptStrategy{
18
18
Total: 100 * time.Millisecond,
19
19
Delay: 10 * time.Millisecond,