Skip to content

Commit

Permalink
Increase DEFAULT_TIMEOUT and bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Apr 20, 2021
1 parent fc29cb5 commit e5462ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hepdata_cli/resilient_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from requests.packages.urllib3.util.retry import Retry


DEFAULT_TIMEOUT = 55 # seconds
DEFAULT_TIMEOUT = 295 # seconds
TOTAL_RETRIES = 5
DEBUG_FLAG = False

Expand Down
2 changes: 1 addition & 1 deletion hepdata_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit e5462ac

Please sign in to comment.