Skip to content

Commit 5c924c8

Browse files
committed
fix test
Signed-off-by: alanprot <[email protected]>
1 parent bf05355 commit 5c924c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/storage/tsdb/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func TestConfig_Validate(t *testing.T) {
6363
},
6464
"should fail on too high compaction interval": {
6565
setup: func(cfg *BlocksStorageConfig) {
66-
cfg.TSDB.HeadCompactionInterval = 10 * time.Minute
66+
cfg.TSDB.HeadCompactionInterval = 40 * time.Minute
6767
},
6868
expectedErr: errInvalidCompactionInterval,
6969
},

0 commit comments

Comments
 (0)