From 77da299f79974d522ee4e16e846d6bf3299f369f Mon Sep 17 00:00:00 2001 From: James Addison Date: Wed, 3 May 2023 18:06:46 +0100 Subject: [PATCH] Revert "Increase timeout threshold for ``linkcheck`` tests (#11326)" This reverts commit d8f15c7361c4766667db65252b685f19d4a08b56. --- tests/roots/test-linkcheck-anchors-ignore/conf.py | 2 +- tests/roots/test-linkcheck-documents_exclude/conf.py | 2 +- tests/roots/test-linkcheck-localserver-anchor/conf.py | 2 +- tests/roots/test-linkcheck-localserver-https/conf.py | 2 +- tests/roots/test-linkcheck-localserver-warn-redirects/conf.py | 2 +- tests/roots/test-linkcheck-localserver/conf.py | 2 +- tests/roots/test-linkcheck-raw-node/conf.py | 2 +- tests/roots/test-linkcheck-too-many-retries/conf.py | 2 +- tests/roots/test-linkcheck/conf.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/roots/test-linkcheck-anchors-ignore/conf.py b/tests/roots/test-linkcheck-anchors-ignore/conf.py index e3a1918fe9e..0005bfadafe 100644 --- a/tests/roots/test-linkcheck-anchors-ignore/conf.py +++ b/tests/roots/test-linkcheck-anchors-ignore/conf.py @@ -1,3 +1,3 @@ exclude_patterns = ['_build'] linkcheck_anchors = True -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-documents_exclude/conf.py b/tests/roots/test-linkcheck-documents_exclude/conf.py index b6dfb26a428..52388f93af0 100644 --- a/tests/roots/test-linkcheck-documents_exclude/conf.py +++ b/tests/roots/test-linkcheck-documents_exclude/conf.py @@ -3,4 +3,4 @@ '^broken_link$', 'br[0-9]ken_link', ] -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-localserver-anchor/conf.py b/tests/roots/test-linkcheck-localserver-anchor/conf.py index e3a1918fe9e..0005bfadafe 100644 --- a/tests/roots/test-linkcheck-localserver-anchor/conf.py +++ b/tests/roots/test-linkcheck-localserver-anchor/conf.py @@ -1,3 +1,3 @@ exclude_patterns = ['_build'] linkcheck_anchors = True -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-localserver-https/conf.py b/tests/roots/test-linkcheck-localserver-https/conf.py index 25747bbc016..a2ce01e6547 100644 --- a/tests/roots/test-linkcheck-localserver-https/conf.py +++ b/tests/roots/test-linkcheck-localserver-https/conf.py @@ -1,2 +1,2 @@ exclude_patterns = ['_build'] -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-localserver-warn-redirects/conf.py b/tests/roots/test-linkcheck-localserver-warn-redirects/conf.py index 25747bbc016..a2ce01e6547 100644 --- a/tests/roots/test-linkcheck-localserver-warn-redirects/conf.py +++ b/tests/roots/test-linkcheck-localserver-warn-redirects/conf.py @@ -1,2 +1,2 @@ exclude_patterns = ['_build'] -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-localserver/conf.py b/tests/roots/test-linkcheck-localserver/conf.py index 25747bbc016..a2ce01e6547 100644 --- a/tests/roots/test-linkcheck-localserver/conf.py +++ b/tests/roots/test-linkcheck-localserver/conf.py @@ -1,2 +1,2 @@ exclude_patterns = ['_build'] -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-raw-node/conf.py b/tests/roots/test-linkcheck-raw-node/conf.py index 25747bbc016..a2ce01e6547 100644 --- a/tests/roots/test-linkcheck-raw-node/conf.py +++ b/tests/roots/test-linkcheck-raw-node/conf.py @@ -1,2 +1,2 @@ exclude_patterns = ['_build'] -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck-too-many-retries/conf.py b/tests/roots/test-linkcheck-too-many-retries/conf.py index e3a1918fe9e..0005bfadafe 100644 --- a/tests/roots/test-linkcheck-too-many-retries/conf.py +++ b/tests/roots/test-linkcheck-too-many-retries/conf.py @@ -1,3 +1,3 @@ exclude_patterns = ['_build'] linkcheck_anchors = True -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05 diff --git a/tests/roots/test-linkcheck/conf.py b/tests/roots/test-linkcheck/conf.py index 0c197b6f03b..6ddb41a5d01 100644 --- a/tests/roots/test-linkcheck/conf.py +++ b/tests/roots/test-linkcheck/conf.py @@ -1,4 +1,4 @@ root_doc = 'links' exclude_patterns = ['_build'] linkcheck_anchors = True -linkcheck_timeout = 0.075 +linkcheck_timeout = 0.05