We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d77131 commit 2eb2cdcCopy full SHA for 2eb2cdc
lib/utils.js
@@ -739,10 +739,7 @@ class Utils {
739
// const url: string = this.MARKDOWN_HEADER_PNG_URL;
740
const httpClient = new http_client_1.HttpClient();
741
try {
742
- const requestOptions = {
743
- socketTimeout: 5000, // Set timeout to 5 seconds
744
- };
745
- const response = yield httpClient.head('https://some-not-a-real-url-for-test.com', requestOptions);
+ const response = yield httpClient.head('https://some-not-a-real-url-for-test.com');
746
this.isSummaryHeaderAccessible = response.message.statusCode === 200;
747
}
748
catch (error) {
0 commit comments