Try and fix build

This commit is contained in:
Matt Wright
2012-08-15 10:14:06 -04:00
parent 318cb3dc6e
commit 64467b0338
+1 -1
View File
@@ -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):