Skip to content

Commit 7d928b3

Browse files
committed
Increase test_linkcheck timeouts
1 parent e3567bf commit 7d928b3

File tree

9 files changed

+9
-13
lines changed
  • tests/roots
    • test-linkcheck-anchors-ignore
    • test-linkcheck-documents_exclude
    • test-linkcheck-localserver-anchor
    • test-linkcheck-localserver-https
    • test-linkcheck-localserver-warn-redirects
    • test-linkcheck-localserver
    • test-linkcheck-raw-node
    • test-linkcheck-too-many-retries
    • test-linkcheck

9 files changed

+9
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
exclude_patterns = ['_build']
22
linkcheck_anchors = True
3-
linkcheck_timeout = 0.02
3+
linkcheck_timeout = 0.05

tests/roots/test-linkcheck-documents_exclude/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'^broken_link$',
44
'br[0-9]ken_link',
55
]
6-
linkcheck_timeout = 0.01
6+
linkcheck_timeout = 0.05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
exclude_patterns = ['_build']
22
linkcheck_anchors = True
3-
linkcheck_timeout = 0.01
3+
linkcheck_timeout = 0.05
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
import sys
2-
31
exclude_patterns = ['_build']
4-
linkcheck_timeout = 0.01 if sys.platform != 'win32' else 0.05
5-
6-
del sys
2+
linkcheck_timeout = 0.05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclude_patterns = ['_build']
2-
linkcheck_timeout = 0.02
2+
linkcheck_timeout = 0.05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclude_patterns = ['_build']
2-
linkcheck_timeout = 0.01
2+
linkcheck_timeout = 0.05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclude_patterns = ['_build']
2-
linkcheck_timeout = 0.01
2+
linkcheck_timeout = 0.05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
exclude_patterns = ['_build']
22
linkcheck_anchors = True
3-
linkcheck_timeout = 0.01
3+
linkcheck_timeout = 0.05

tests/roots/test-linkcheck/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
root_doc = 'links'
22
exclude_patterns = ['_build']
33
linkcheck_anchors = True
4-
linkcheck_timeout = 0.01
4+
linkcheck_timeout = 0.05

0 commit comments

Comments
 (0)