Skip to content

Commit

Permalink
v0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 2, 2017
1 parent 6f6343d commit 3f720be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion restfulpy/__init__.py
Expand Up @@ -7,7 +7,7 @@
warnings.filterwarnings('ignore', message='Unknown REQUEST_METHOD')


__version__ = '0.25.1'
__version__ = '0.25.2'


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion restfulpy/tests/test_authenticator.py
Expand Up @@ -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(
Expand Down

0 comments on commit 3f720be

Please sign in to comment.