Skip to content

Commit 30c460e

Browse files
committed
adjust threshold
1 parent 6d0e1b5 commit 30c460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/v2/stream-data-types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe("advanced stream tests", () => {
257257
(maxMemoryUsed - initialMemory.heapUsed) / (1024 * 1024);
258258

259259
if (global.gc) {
260-
expect(memoryGrowth).toBeLessThan(20);
260+
expect(memoryGrowth).toBeLessThan(30);
261261
} else {
262262
expect(memoryGrowth).toBeLessThan(100);
263263
}

0 commit comments

Comments
 (0)