mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

If the condition isn't fulfilled, they currently block until the test runner times out the test. Our usual approach is to timeout in the test itself so that the error message is clearly showing the blocked condition. Also clean-up some documentation. PiperOrigin-RevId: 309930198