Files
termux-packages/packages/nodejs-lts/test-sequential-test-gc-http-client.js.patch
2022-10-07 01:00:11 +00:00

12 lines
419 B
Diff

--- ./test/sequential/test-gc-http-client.js.orig 2022-06-05 10:17:44.127598809 +0530
+++ ./test/sequential/test-gc-http-client.js 2022-06-05 10:17:53.947598805 +0530
@@ -5,7 +5,7 @@
const common = require('../common');
const onGC = require('../common/ongc');
-const cpus = require('os').cpus().length;
+const cpus = 8;
function serverHandler(req, res) {
res.writeHead(200, { 'Content-Type': 'text/plain' });