mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Safari actually pauses execution of our unit tests if the window becomes occluded or non-visible. As such, I am inserting this egregious hack which just makes the Safari window frontmost every 2 seconds so that the unit tests don't get stalled out. This should fix https://github.com/flutter/flutter/issues/150023