Skip to content

Commit b368c6b

Browse files
committed
Increase the test tree size to 20
1 parent 5232032 commit b368c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compact/range_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func TestAppendRandomly(t *testing.T) {
308308
}
309309

310310
func TestMergeAndIntersect(t *testing.T) {
311-
const size = uint64(16)
311+
const size = uint64(20)
312312
tree, visit := newTree(t, size)
313313
getRange := func(begin, end uint64) *Range {
314314
cr := factory.NewEmptyRange(begin)

0 commit comments

Comments
 (0)