forked from TrueCloudLab/restic
Reduce number of tests for Load()
This commit is contained in:
parent
a0d484113a
commit
5fcb5ae549
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func TestLoad(t testing.TB) {
|
|||
t.Fatalf("Save() error: %v", err)
|
||||
}
|
||||
|
||||
for i := 0; i < 500; i++ {
|
||||
for i := 0; i < 50; i++ {
|
||||
l := rand.Intn(length + 2000)
|
||||
o := rand.Intn(length + 2000)
|
||||
|
||||
|
|
Loading…
Reference in a new issue