Skip to content

Commit

Permalink
tests: linkcheck builder: remove linkcheck test timeout configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Apr 18, 2023
1 parent 1b74a64 commit a33fc9e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-anchors-ignore/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-documents_exclude/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
'^broken_link$',
'br[0-9]ken_link',
]
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-localserver-anchor/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-localserver-https/conf.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-localserver/conf.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-raw-node/conf.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exclude_patterns = ['_build']
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck-too-many-retries/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05
1 change: 0 additions & 1 deletion tests/roots/test-linkcheck/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
root_doc = 'links'
exclude_patterns = ['_build']
linkcheck_anchors = True
linkcheck_timeout = 0.05

0 comments on commit a33fc9e

Please sign in to comment.