Skip to content

Commit 2c8e078

Browse files
author
Peter Bengtsson
authored
github/github link checker got config (github#29617)
1 parent 83a2951 commit 2c8e078

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/check-github-github-links.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ const retryConfiguration = {
4242
// According to our Datadog metrics, the *average* time for the
4343
// the 'archive_enterprise_proxy' metric is ~70ms (excluding spikes)
4444
// which much less than 500ms.
45-
const timeoutConfiguration = 1000
45+
const timeoutConfiguration = {
46+
request: 3000,
47+
}
4648

4749
async function main() {
4850
const searchStrings = ['https://docs.github.com', 'GitHub help_url', 'GitHub developer_help_url']

0 commit comments

Comments
 (0)