mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:01:48 +00:00
Reduce number of tests for Load()
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user