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