stprov local run has no timeout when talking to the api
stprov local run -i 192.168.42.42 -o trustno1
never (?) times out if it can't talk to the API. It should be set in internal/api/client.go
.
In subcmd/remote/remote.go
there also happens to be an httpTimeout
const that is unused.
Edited by Daniel Lublin