Reduce data set for TestRestore

This commit is contained in:
Alexander Neumann 2018-03-11 21:10:37 +01:00
parent 279566bafe
commit c6c1dccc53
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ func TestRestore(t *testing.T) {
for i := 0; i < 10; i++ {
p := filepath.Join(env.testdata, fmt.Sprintf("foo/bar/testfile%v", i))
rtest.OK(t, os.MkdirAll(filepath.Dir(p), 0755))
rtest.OK(t, appendRandomData(p, uint(mrand.Intn(5<<21))))
rtest.OK(t, appendRandomData(p, uint(mrand.Intn(2<<21))))
}
opts := BackupOptions{}