2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-22 02:32:21 +00:00
restic/internal/backend/testing.go

9 lines
162 B
Go
Raw Normal View History

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