diff --git a/tests/functional_tests.py b/tests/functional_tests.py index ff04344..b500ad8 100644 --- a/tests/functional_tests.py +++ b/tests/functional_tests.py @@ -464,7 +464,7 @@ class PasswordlessTests(SecurityTest): AUTH_CONFIG = { 'SECURITY_PASSWORDLESS': True, - 'SECURITY_LOGIN_WITHIN': '1 seconds' + 'SECURITY_LOGIN_WITHIN': '2 seconds' } def test_login_requset_for_inactive_user(self):