Skip to content

Commit

Permalink
feat: increase timeout duration for append many assets call (#1682)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Hervé <[email protected]>
  • Loading branch information
HNicolas and Nicolas Hervé authored Apr 9, 2024
1 parent c3b128b commit f9ff777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kili/core/graphql/graphql_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(
self._gql_transport = RequestsHTTPTransport(
url=endpoint,
headers=self._get_headers(),
timeout=30,
timeout=60,
verify=verify,
retries=10,
retry_backoff_factor=0.1, # last retry will take 0.1*2**10 = 100s
Expand Down

0 comments on commit f9ff777

Please sign in to comment.