diff --git a/restfulpy/__init__.py b/restfulpy/__init__.py index 5ffc653..9115b18 100644 --- a/restfulpy/__init__.py +++ b/restfulpy/__init__.py @@ -7,7 +7,7 @@ warnings.filterwarnings('ignore', message='Unknown REQUEST_METHOD') -__version__ = '0.25.1' +__version__ = '0.25.2' __all__ = [ diff --git a/restfulpy/tests/test_authenticator.py b/restfulpy/tests/test_authenticator.py index 7f3fbef..e581816 100644 --- a/restfulpy/tests/test_authenticator.py +++ b/restfulpy/tests/test_authenticator.py @@ -116,7 +116,7 @@ def test_refresh_token(self): # Login on client token = response['token'] self.wsgi_app.jwt_token = token - time.sleep(1.5) + time.sleep(1.8) # Request a protected resource after the token has been expired expired, with broken cookies self.request(