Skip to content

Commit e5038d7

Browse files
committed
Update memory regression test
1 parent 7e427ee commit e5038d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/ts/tests/node.play.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tests(true).forEach((t) => {
1717
run(t, true);
1818
});
1919

20-
const N = 765000; // we should be able to process this many rows without running out of address space
20+
const N = 638284; // we should be able to process this many rows without running out of address space
2121

2222
// this is to detect memory regression in wasm, it's not a behaviour
2323
// test. running only in node as I saw timeout flakiness with firefox.

0 commit comments

Comments
 (0)