Actions
Bug #13542
closedNo timeout is specified in A.C.R or as a default in the python sdk
Story points:
-
Description
When constructing a new api object, if no http argument is passed into the api function no timeout is used (https://github.com/curoverse/arvados/blob/52be0992a572473171d3fe9f0b4182f67201f052/sdk/python/arvados/api.py#L222). When the api is used in A.C.R (https://github.com/curoverse/arvados/blob/52be0992a572473171d3fe9f0b4182f67201f052/sdk/cwl/arvados_cwl/__init__.py#L804), a http argument is not passed through, so no timeout is used.
Actions