From 64467b0338bd38e07aa3571e2bb04d553dc05851 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Wed, 15 Aug 2012 10:14:06 -0400 Subject: [PATCH] Try and fix build --- tests/functional_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):