From 2c8e07843b556fed68dc49ea1524a611d103e9cc Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 4 Aug 2022 17:27:39 +0200 Subject: [PATCH] github/github link checker got config (#29617) --- script/check-github-github-links.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/check-github-github-links.js b/script/check-github-github-links.js index 2fbefdc12e..54bd1d1b75 100755 --- a/script/check-github-github-links.js +++ b/script/check-github-github-links.js @@ -42,7 +42,9 @@ const retryConfiguration = { // According to our Datadog metrics, the *average* time for the // the 'archive_enterprise_proxy' metric is ~70ms (excluding spikes) // which much less than 500ms. -const timeoutConfiguration = 1000 +const timeoutConfiguration = { + request: 3000, +} async function main() { const searchStrings = ['https://docs.github.com', 'GitHub help_url', 'GitHub developer_help_url']