Skip to content

Commit

Permalink
test full page
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Aug 21, 2021
1 parent e1c45b8 commit 1208f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txn_test.go
Expand Up @@ -430,7 +430,7 @@ func TestUninitializedSet(t *testing.T) {
}

assert.NoError(t, c.Query(func(txn *Txn) error {
for i := 0; i < 2000; i++ {
for i := 0; i < 20000; i++ {
txn.Insert(map[string]interface{}{
"col1": fmt.Sprint(i % 3),
})
Expand Down

0 comments on commit 1208f65

Please sign in to comment.