Open
Description
Component(s)
testbed
Describe the issue you're reporting
Seeing a lot of occurrences of this test timeout in CI:
panic: test timed out after 10m0s
running tests:
TestTracingGoldenData (10m0s)
TestTracingGoldenData/opencensus-otlp (9m30s)
Note this is different from #27295, #27295 is due to the same port being binded twice, while this one seems to be due to testbed.(*inProcessCollector).Stop
taking too long (deadlock?)