[tests] Increase timeouts for linkcheck build tests. (#12166)

This is an attempt to resolve intermittent failures of the linkcheck tests currently occuring on the GitHub CI
This commit is contained in:
James Addison
2024-03-21 20:46:27 +00:00
committed by GitHub
parent d59b158371
commit 4eede5c534
10 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -3,4 +3,4 @@ linkcheck_exclude_documents = [
'^broken_link$',
'br[0-9]ken_link',
]
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25

View File

@@ -1,4 +1,4 @@
root_doc = 'links'
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.25