Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase timeout threshold for linkcheck tests #11326

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-anchors-ignore/conf.py
@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-documents_exclude/conf.py
Expand Up @@ -3,4 +3,4 @@
'^broken_link$',
'br[0-9]ken_link',
]
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-localserver-anchor/conf.py
@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-localserver-https/conf.py
@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-localserver/conf.py
@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-raw-node/conf.py
@@ -1,2 +1,2 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck-too-many-retries/conf.py
@@ -1,3 +1,3 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075
2 changes: 1 addition & 1 deletion tests/roots/test-linkcheck/conf.py
@@ -1,4 +1,4 @@
root_doc = 'links'
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
linkcheck_timeout = 0.075