Skip to content

Commit c126ae4

Browse files
authored
Merge pull request #645 from per1234/link-check-timout
Increase timeout duration for link check
2 parents 4bccf77 + e339c15 commit c126ae4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.markdown-link-check.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99
],
1010
"retryOn429": true,
11+
"timeout": "30s",
1112
"retryCount": 3,
1213
"aliveStatusCodes": [200, 206],
1314
"ignorePatterns": [

workflow-templates/assets/check-markdown/.markdown-link-check.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99
],
1010
"retryOn429": true,
11+
"timeout": "30s",
1112
"retryCount": 3,
1213
"aliveStatusCodes": [200, 206]
1314
}

0 commit comments

Comments
 (0)