Fixes
- Stabilised
detox.cleanup()
phase (#2721, @noomorph) in cases when the app gets extremely unresponsive. Below are internal details:- Added 5s time limit for Detox cleanup phase to avoid uncanny and generic timeout errors from the test runner itself.
- Ensured that the web socket client never throws a direct error (instead, just logs errors if any) — otherwise the general Detox cleanup won't pass completely.