17171: Fixes the bug by removing the default timeout value.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 15 Apr 2021 17:08:07 +0000 (14:08 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 15 Apr 2021 17:08:07 +0000 (14:08 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

sdk/python/arvados/api.py

index 315fc74a713f42fbee7b7b030c36576ed5426bc0..1d8a13045006795d3955bbd07ba559c0d9de5abc 100644 (file)
@@ -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: