mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
1eadfd1e20
This seems to reduce flakiness in the TextDisplayer tests. The theory is that Safari throttles timers when the system is very busy, which it often is during full test runs across multiple browsers. By not relying on timers and triggering an explicit update in the TextDisplayer, the tests seem to become more reliable.