Does pants allow to set pip requests timeout? We a...
# general
p
Does pants allow to set pip requests timeout? We are dealing with a slow network and building multiple pytest runners while testing our monorepo always fails because of the timeouts
c
In the narrow case of a pex binary you could pass ex:`--retries 5 --resume-retries 3 --timeout 15` to
extra_build_args
https://www.pantsbuild.org/stable/reference/targets/pex_binary#extra_build_args But that would not help with the pytest use case. I think these are reasonable pex flags to plumb through if you would like to open an issue https://github.com/pantsbuild/pants/issues