increase test size

This commit is contained in:
Chris Lu 2018-06-23 18:30:13 -07:00
parent 7f7e4e9885
commit 3a6f9c9bcf

View file

@ -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)