restic/internal/backend/retry/testing.go

9 lines
160 B
Go

package retry
import "testing"
// TestFastRetries reduces the initial retry delay to 1 millisecond
func TestFastRetries(_ testing.TB) {
fastRetries = true
}