Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/parallel/test-gc-http-client-timeout.js
Co-authored-by: Denys Otrishko <shishugi@gmail.com>
  • Loading branch information
ronag and lundibundi committed May 10, 2020
commit 5d840c6a4646c92e1b942f2a4a1f6eb2c7536750
2 changes: 1 addition & 1 deletion test/parallel/test-gc-http-client-timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getall() {
console.log('timeout (expected)');
});
req.on('error', common.expectsError({
// Only allow Socket timeout error
// Only allow Socket timeout error.
code: 'ERR_HTTP_SOCKET_TIMEOUT',
message: 'Socket timeout'
}));
Expand Down