You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: test_show_typing_notification: Partially stabilize test_show_typing_notification.
Used a background thread to reduce timing flakiness in test_show_typing_notification. While this improves stability, the loop timing still depends on the Timer clearing active_conversation_info, so the test can intermittently fail. (time.sleep added to show_typing_notification to reproduce flaky bug more reliably. Will be deleted once bug is resolved)
0 commit comments