Fix REPL single-message hang and cap CI test duration

This commit is contained in:
Henry Park
2026-03-25 09:20:20 -07:00
parent 41ed0a0f98
commit a0f61b39d2
3 changed files with 41 additions and 13 deletions
@@ -253,6 +253,6 @@ async def test_telegram_hot_activation_transitions_installed_to_active(page):
assert await card.locator(SEL["ext_pairing_label"]).count() == 0
assert captured_setup_payloads == [
{"secrets": {"telegram_bot_token": "123456789:ABCdefGhI"}},
{"secrets": {}},
{"secrets": {"telegram_bot_token": "123456789:ABCdefGhI"}, "fields": {}},
{"secrets": {}, "fields": {}},
]