Browse Source

increase test size

pull/667/head
Chris Lu 7 years ago
parent
commit
3a6f9c9bcf
  1. 4
      weed/storage/volume_vacuum_test.go

4
weed/storage/volume_vacuum_test.go

@ -69,8 +69,8 @@ func TestCompaction(t *testing.T) {
t.Fatalf("volume creation: %v", err)
}
beforeCommitFileCount := 10
afterCommitFileCount := 10
beforeCommitFileCount := 1000
afterCommitFileCount := 1000
infos := make([]*needleInfo, beforeCommitFileCount+afterCommitFileCount)

Loading…
Cancel
Save