1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 13:57:05 +00:00
termux-packages/packages/nodejs-lts/test-parallel-test-gc-http-client-connaborted.js.patch
2022-10-07 06:17:26 +05:30

12 lines
370 B
Diff

--- ./test/parallel/test-gc-http-client-connaborted.js.orig 2022-06-05 08:39:51.327601049 +0530
+++ ./test/parallel/test-gc-http-client-connaborted.js 2022-06-05 08:40:14.897601040 +0530
@@ -8,7 +8,7 @@
const http = require('http');
const os = require('os');
-const cpus = os.cpus().length;
+const cpus = 8;
let createClients = true;
let done = 0;
let count = 0;