Skip to content

Commit 3c8500b

Browse files
committed
increase the max delay so that concurrent image tests can pass
1 parent 99674a8 commit 3c8500b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/api/v2/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def should_retry(exception):
124124

125125

126126
@retry(wait_exponential_multiplier=1000, wait_exponential_max=16000,
127-
stop_max_delay=180000, retry_on_exception=should_retry)
127+
stop_max_delay=480000, retry_on_exception=should_retry)
128128
def request(method, url, **kwargs):
129129
"""
130130
Central place to make any api v2 api request.

0 commit comments

Comments
 (0)