Skip to content

Commit 6863c4b

Browse files
committed
Increase accepted memory limit in large bytea copy-to test
1 parent 9bc2227 commit 6863c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/binary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('binary', () => {
6565
global.gc()
6666
const memNow = process.memoryUsage().external / 1024 / 1024
6767
try {
68-
const memLimit = 20 /*MB*/
68+
const memLimit = 32 /*MB*/
6969
const memDiff = Math.abs(memNow - memStart)
7070
if (memDiff > memLimit) {
7171
global.gc()

0 commit comments

Comments
 (0)