summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorAndreas Maier <andreas.r.maier@gmx.de>2018-06-08 08:43:07 +0000
committerMatěj Cepl <mcepl@cepl.eu>2018-06-08 08:43:07 +0000
commite569e8811b0b40b2551e9d5d876937112b6dc09c (patch)
tree34e2ac10df4a8f18063e85e7211be059882ad3e0 /tests/alltests.py
parent780c5ad481a11eb09124cd2f7b751fcaaffaa588 (diff)
downloadm2crypto-e569e8811b0b40b2551e9d5d876937112b6dc09c.tar.gz
Enabled timeout case with microsecs and fixed for Windows
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index fee476f..fe5cf91 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -40,7 +40,8 @@ def suite():
'tests.test_smime',
'tests.test_ssl_offline',
'tests.test_threading',
- 'tests.test_x509']
+ 'tests.test_x509',
+ 'tests.test_timeout']
if os.name == 'posix':
modules_to_test.append('tests.test_ssl')
elif os.name == 'nt':