2022-10-15 10:33:15 -04:00
|
|
|
package retry
|
2022-10-15 16:29:58 -04:00
|
|
|
|
|
|
|
|
import "testing"
|
|
|
|
|
|
|
|
|
|
// TestFastRetries reduces the initial retry delay to 1 millisecond
|
2023-05-18 13:23:32 -04:00
|
|
|
func TestFastRetries(_ testing.TB) {
|
2022-10-15 16:29:58 -04:00
|
|
|
fastRetries = true
|
|
|
|
|
}
|