diff options
Diffstat (limited to 'tests/roots/test-linkcheck-documents_exclude')
-rw-r--r-- | tests/roots/test-linkcheck-documents_exclude/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-linkcheck-documents_exclude/conf.py b/tests/roots/test-linkcheck-documents_exclude/conf.py index 52388f9..39fcdcb 100644 --- a/tests/roots/test-linkcheck-documents_exclude/conf.py +++ b/tests/roots/test-linkcheck-documents_exclude/conf.py @@ -3,4 +3,4 @@ linkcheck_exclude_documents = [ '^broken_link$', 'br[0-9]ken_link', ] -linkcheck_timeout = 0.05 +linkcheck_timeout = 0.25 |