summaryrefslogtreecommitdiff
path: root/tests/roots/test-linkcheck-localserver-https/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-linkcheck-localserver-https/conf.py')
-rw-r--r--tests/roots/test-linkcheck-localserver-https/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/roots/test-linkcheck-localserver-https/conf.py b/tests/roots/test-linkcheck-localserver-https/conf.py
index a45d22e28..0fa7eb7f2 100644
--- a/tests/roots/test-linkcheck-localserver-https/conf.py
+++ b/tests/roots/test-linkcheck-localserver-https/conf.py
@@ -1 +1,6 @@
+import sys
+
exclude_patterns = ['_build']
+linkcheck_timeout = 0.01 if sys.platform != 'win32' else 0.05
+
+del sys