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 57ff476

Browse filesBrowse files
authored
test: remove duplicate test
`test/parallel/test-http-agent-no-wait.js` is basically a duplicate of `test/parallel/test-http-client-close-with-default-agent.js`, remove it. PR-URL: #44051 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 8957811 commit 57ff476
Copy full SHA for 57ff476

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

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

‎test/parallel/test-http-agent-no-wait.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http-agent-no-wait.js
-24Lines changed: 0 additions & 24 deletions
This file was deleted.
Collapse file

‎test/parallel/test-http-client-close-with-default-agent.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http-client-close-with-default-agent.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ server.listen(0, common.mustCall(() => {
2020
}));
2121

2222
// This timer should never go off as the server will close the socket
23-
setTimeout(common.mustNotCall(), common.platformTimeout(10000)).unref();
23+
setTimeout(common.mustNotCall(), common.platformTimeout(1000)).unref();

0 commit comments

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