mirror of
https://github.com/restic/restic.git
synced 2025-12-21 07:09:52 -05:00
9 lines
162 B
Go
9 lines
162 B
Go
|
|
package backend
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
// TestFastRetries reduces the initial retry delay to 1 millisecond
|
||
|
|
func TestFastRetries(t testing.TB) {
|
||
|
|
fastRetries = true
|
||
|
|
}
|