Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2cab7bb

Browse filesBrowse files
theanarkhruyadorno
authored andcommitted
test: reduce loop times for preventing test from timeout
PR-URL: #43981 Refs: nodejs/reliability#331 Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 9244d6d commit 2cab7bb
Copy full SHA for 2cab7bb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-vm-break-on-sigint.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-vm-break-on-sigint.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (!process.env.HAS_STARTED_WORKER) {
1616
}
1717
} else {
1818
const ctx = vm.createContext({});
19-
for (let i = 0; i < 10000; i++) {
19+
for (let i = 0; i < 100; i++) {
2020
vm.runInContext('console.log(1)', ctx, { breakOnSigint: true });
2121
}
2222
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.