We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e427ee commit e5038d7Copy full SHA for e5038d7
sql/ts/tests/node.play.ts
@@ -17,7 +17,7 @@ tests(true).forEach((t) => {
17
run(t, true);
18
});
19
20
-const N = 765000; // we should be able to process this many rows without running out of address space
+const N = 638284; // we should be able to process this many rows without running out of address space
21
22
// this is to detect memory regression in wasm, it's not a behaviour
23
// test. running only in node as I saw timeout flakiness with firefox.
0 commit comments