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 a30f5a0

Browse filesBrowse files
Trottcodebytere
authored andcommitted
test: fix flaky test-vm-timeout-escape-nexttick
Increase the VM timeout. If it is too small, the VM does not exit before the code has a chance to create the problematic condition that causes the timeout to be ignored. Fixes: #24120 PR-URL: #24251 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 1bceb9d commit a30f5a0
Copy full SHA for a30f5a0

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/known_issues/test-vm-timeout-escape-nexttick.js‎

Copy file name to clipboardExpand all lines: test/known_issues/test-vm-timeout-escape-nexttick.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ assert.throws(() => {
3333
nextTick,
3434
loop
3535
},
36-
{ timeout: 5 }
36+
{ timeout: 10 }
3737
);
3838
}, {
3939
code: 'ERR_SCRIPT_EXECUTION_TIMEOUT',

0 commit comments

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