Skip to content

Commit 2eb2cdc

Browse files
committed
test
1 parent 9d77131 commit 2eb2cdc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/utils.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,10 +739,7 @@ class Utils {
739739
// const url: string = this.MARKDOWN_HEADER_PNG_URL;
740740
const httpClient = new http_client_1.HttpClient();
741741
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);
742+
const response = yield httpClient.head('https://some-not-a-real-url-for-test.com');
746743
this.isSummaryHeaderAccessible = response.message.statusCode === 200;
747744
}
748745
catch (error) {

0 commit comments

Comments
 (0)