mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
Reduce number of tests for Load()
This commit is contained in:
parent
a0d484113a
commit
5fcb5ae549
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user