Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
nodejs10.25441
limit_worker_stdio_memsize.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File limit_worker_stdio_memsize.patch of Package nodejs10.25441
Index: node-v10.24.0/test/parallel/test-worker-stdio.js =================================================================== --- node-v10.24.0.orig/test/parallel/test-worker-stdio.js +++ node-v10.24.0/test/parallel/test-worker-stdio.js @@ -28,7 +28,7 @@ if (isMainThread) { const passed = new BufferingWritable(); const w = new Worker(__filename, { stdin: true, stdout: true }); - const source = fs.createReadStream(process.execPath); + const source = fs.createReadStream(process.execPath, { end:1000000 }); source.pipe(w.stdin); source.pipe(original); w.stdout.pipe(passed);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor