Reduce lock timeout to zero

This commit is contained in:
Alexander Neumann
2016-09-03 21:10:24 +02:00
parent eb6e3ba8b3
commit 88d0f24ce7
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ func parseIDsFromReader(t testing.TB, rd io.Reader) restic.IDs {
func cmdInit(t testing.TB, global GlobalOptions) {
repository.TestUseLowSecurityKDFParameters(t)
restic.TestSetLockTimeout(t, 0)
cmd := &CmdInit{global: &global}
OK(t, cmd.Execute(nil))