Closed
Description
Since this timeout can occur when a process is closing/exiting it can mean a significant amount of time when the process is just retrying before it ultimately ends.
For example, it's easy to misconfigure the target service e.g.:
status = StatusCode.UNAVAILABLE
details = "DNS resolution failed for service: opencensus-collector:55680"
which can cause processes to easily hang at exit (and print nothing by default).