From 3a6f9c9bcff8a46dda1a8e6d8db43710f5bb8adc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 23 Jun 2018 18:30:13 -0700 Subject: [PATCH] increase test size --- weed/storage/volume_vacuum_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weed/storage/volume_vacuum_test.go b/weed/storage/volume_vacuum_test.go index 428be14b7..5f28330f8 100644 --- a/weed/storage/volume_vacuum_test.go +++ b/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)