Increase `test_linkcheck` timeouts

This commit is contained in:
Adam Turner
2023-03-24 01:03:49 +00:00
parent e3567bfb16
commit 7d928b3e79
9 changed files with 9 additions and 13 deletions

View File

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

View File

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

View File

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

View File

@@ -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

View File

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

View File

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

View File

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

View File

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

View File

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