Skip to content

Commit 78c4dbd

Browse files
joyeecheungBridgeAR
authored andcommitted
test: bump test-bootstrap-modules.js limit
PR-URL: #26520 Fixes: #26528 Refs: #25594 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent e3d7955 commit 78c4dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-bootstrap-modules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const assert = require('assert');
1010

1111
const isMainThread = common.isMainThread;
1212
const kCoverageModuleCount = process.env.NODE_V8_COVERAGE ? 1 : 0;
13-
const kMaxModuleCount = (isMainThread ? 65 : 85) + kCoverageModuleCount;
13+
const kMaxModuleCount = (isMainThread ? 65 : 87) + kCoverageModuleCount;
1414

1515
assert(list.length <= kMaxModuleCount,
1616
`Total length: ${list.length}\n` + list.join('\n')

0 commit comments

Comments
 (0)