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