From: Lucas Di Pentima Date: Thu, 15 Apr 2021 17:08:07 +0000 (-0300) Subject: 17171: Fixes the bug by removing the default timeout value. X-Git-Tag: 2.2.0~69^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/703df0d6a247b1a2794239da71a0c6ee3fd525a4 17171: Fixes the bug by removing the default timeout value. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/sdk/python/arvados/api.py b/sdk/python/arvados/api.py index 315fc74a71..1d8a130450 100644 --- a/sdk/python/arvados/api.py +++ b/sdk/python/arvados/api.py @@ -157,7 +157,7 @@ def http_cache(data_type): return cache.SafeHTTPCache(path, max_age=60*60*24*2) def api(version=None, cache=True, host=None, token=None, insecure=False, - request_id=None, timeout=5*60, **kwargs): + request_id=None, timeout=None, **kwargs): """Return an apiclient Resources object for an Arvados instance. :version: