We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9244d6d commit 2cab7bbCopy full SHA for 2cab7bb
test/parallel/test-vm-break-on-sigint.js
@@ -16,7 +16,7 @@ if (!process.env.HAS_STARTED_WORKER) {
16
}
17
} else {
18
const ctx = vm.createContext({});
19
- for (let i = 0; i < 10000; i++) {
+ for (let i = 0; i < 100; i++) {
20
vm.runInContext('console.log(1)', ctx, { breakOnSigint: true });
21
22
0 commit comments