mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Increase `test_linkcheck` timeouts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.02
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -3,4 +3,4 @@ linkcheck_exclude_documents = [
|
||||
'^broken_link$',
|
||||
'br[0-9]ken_link',
|
||||
]
|
||||
linkcheck_timeout = 0.01
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.01
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
import sys
|
||||
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.01 if sys.platform != 'win32' else 0.05
|
||||
|
||||
del sys
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.02
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.01
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_timeout = 0.01
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.01
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
root_doc = 'links'
|
||||
exclude_patterns = ['_build']
|
||||
linkcheck_anchors = True
|
||||
linkcheck_timeout = 0.01
|
||||
linkcheck_timeout = 0.05
|
||||
|
||||
Reference in New Issue
Block a user