We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b128b commit f9ff777Copy full SHA for f9ff777
src/kili/core/graphql/graphql_client.py
@@ -89,7 +89,7 @@ def __init__(
89
self._gql_transport = RequestsHTTPTransport(
90
url=endpoint,
91
headers=self._get_headers(),
92
- timeout=30,
+ timeout=60,
93
verify=verify,
94
retries=10,
95
retry_backoff_factor=0.1, # last retry will take 0.1*2**10 = 100s
0 commit comments