diff options
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r-- | tests/test_auth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 6358a053..fe1a32a1 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -255,6 +255,7 @@ class AuthTest(unittest.TestCase): etype, evalue, etb = sys.exc_info() self.assertTrue(issubclass(etype, AuthenticationException)) + @slow def test_9_auth_non_responsive(self): """ verify that authentication times out if server takes to long to |