2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 19:40:49 +00:00

Reduce number of tests for Load()

This commit is contained in:
Alexander Neumann 2016-01-24 21:40:54 +01:00
parent a0d484113a
commit 5fcb5ae549

View File

@ -201,7 +201,7 @@ func TestLoad(t testing.TB) {
t.Fatalf("Save() error: %v", err) t.Fatalf("Save() error: %v", err)
} }
for i := 0; i < 500; i++ { for i := 0; i < 50; i++ {
l := rand.Intn(length + 2000) l := rand.Intn(length + 2000)
o := rand.Intn(length + 2000) o := rand.Intn(length + 2000)