Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a04bcaf

Browse filesBrowse files
committed
Bump retrying's stop_max_delay from 30s to 90s (still hitting CI test failures at 30s)
1 parent 97547d1 commit a04bcaf
Copy full SHA for a04bcaf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎plotly/api/v2/utils.py

Copy file name to clipboardExpand all lines: plotly/api/v2/utils.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_headers():
112112

113113

114114
@retry(wait_random_min=100, wait_random_max=1000, wait_exponential_max=10000,
115-
stop_max_delay=30000)
115+
stop_max_delay=90000)
116116
def request(method, url, **kwargs):
117117
"""
118118
Central place to make any api v2 api request.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.