Skip to content

Commit 4421a15

Browse files
informalictajanikow
authored andcommitted
Adjust memory limit for cursor tests (#508)
1 parent be9ca18 commit 4421a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cursor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func runCursorTests(t *testing.T, client driver.Client) {
302302
queryTestContext{driver.WithQueryCache(nil), false},
303303
queryTestContext{driver.WithQueryCache(nil, true), false},
304304
queryTestContext{driver.WithQueryCache(nil, false), false},
305-
queryTestContext{driver.WithQueryMemoryLimit(nil, 60000), false},
305+
queryTestContext{driver.WithQueryMemoryLimit(nil, 600000), false},
306306
queryTestContext{driver.WithQueryTTL(nil, time.Minute), false},
307307
queryTestContext{driver.WithQueryBatchSize(driver.WithQueryCount(nil), 1), true},
308308
queryTestContext{driver.WithQueryCache(driver.WithQueryCount(driver.WithQueryBatchSize(nil, 2))), true},

0 commit comments

Comments
 (0)