Merge branch '18027-unmount-fuse'
[arvados.git] / sdk / python / arvados / api.py
index 315fc74a713f42fbee7b7b030c36576ed5426bc0..86d24dfc06a7edf8cf73ac315904f8b4bfb3a908 100644 (file)
@@ -211,7 +211,8 @@ def api(version=None, cache=True, host=None, token=None, insecure=False,
         pass
     elif not host and not token:
         return api_from_config(
-            version=version, cache=cache, request_id=request_id, **kwargs)
+            version=version, cache=cache, timeout=timeout,
+            request_id=request_id, **kwargs)
     else:
         # Caller provided one but not the other
         if not host: