mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 08:16:37 +00:00
d1a5ec7839
The parameter is an additional marker that the test helper must only be used for tests.
9 lines
160 B
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
|
|
}
|