diff options
Diffstat (limited to 'tests/roots/test-linkcheck-localserver-https/conf.py')
| -rw-r--r-- | tests/roots/test-linkcheck-localserver-https/conf.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/roots/test-linkcheck-localserver-https/conf.py b/tests/roots/test-linkcheck-localserver-https/conf.py index 0fa7eb7f2..a2ce01e65 100644 --- a/tests/roots/test-linkcheck-localserver-https/conf.py +++ b/tests/roots/test-linkcheck-localserver-https/conf.py @@ -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 |
