Skip to content

Commit a04bcaf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plotly/api/v2/utils.py

+1-1
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)