mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[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:
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -3,4 +3,4 @@ linkcheck_exclude_documents = [
|
||||
'^broken_link$',
|
||||
'br[0-9]ken_link',
|
||||
]
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
@@ -1,4 +1,4 @@
|
||||
root_doc = 'links'
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.05
|
||||
linkcheck_timeout = 0.25
|
||||
|
Reference in New Issue
Block a user