1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix websocket_api timeout test (#157204)

This commit is contained in:
Jan Bouwhuis
2025-11-25 03:12:32 +01:00
committed by GitHub
parent ec74be7922
commit f537204d22
@@ -2316,9 +2316,9 @@ async def test_render_template_with_timeout(
"""Test a template that will timeout."""
slow_template_str = """
{% for var in range(1000) -%}
{% for var in range(1000) -%}
{{ var }}
{% for var in range(10000) -%}
{% for var in range(10000) -%}
{{ "" }}
{%- endfor %}
{%- endfor %}
"""