Skip to content

Commit f9ff777

Browse files
HNicolasNicolas Hervé
andauthored
feat: increase timeout duration for append many assets call (#1682)
Co-authored-by: Nicolas Hervé <[email protected]>
1 parent c3b128b commit f9ff777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kili/core/graphql/graphql_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
self._gql_transport = RequestsHTTPTransport(
9090
url=endpoint,
9191
headers=self._get_headers(),
92-
timeout=30,
92+
timeout=60,
9393
verify=verify,
9494
retries=10,
9595
retry_backoff_factor=0.1, # last retry will take 0.1*2**10 = 100s

0 commit comments

Comments
 (0)