Skip to content

Commit

Permalink
Increase the test tree size to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
pav-kv committed Mar 29, 2022
1 parent 7555483 commit e88a44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compact/range_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func TestAppendRandomly(t *testing.T) {
}

func TestMergeAndIntersect(t *testing.T) {
const size = uint64(16)
const size = uint64(20)
tree, visit := newTree(t, size)
getRange := func(begin, end uint64) *Range {
cr := factory.NewEmptyRange(begin)
Expand Down

0 comments on commit e88a44e

Please sign in to comment.