We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191aa6d commit 707765fCopy full SHA for 707765f
tests/test_charge_point.py
@@ -13,6 +13,7 @@
13
from homeassistant.const import ATTR_ENTITY_ID
14
from pytest_homeassistant_custom_component.common import MockConfigEntry
15
import websockets
16
+import pytest
17
18
from custom_components.ocpp import async_setup_entry, async_unload_entry
19
from custom_components.ocpp.button import BUTTONS
@@ -43,7 +44,7 @@
43
44
45
from .const import MOCK_CONFIG_DATA, MOCK_CONFIG_DATA_2
46
-
47
+@pytest.mark.timeout(60) # Set timeout to 60 seconds for this test
48
async def test_cms_responses(hass, socket_enabled):
49
"""Test central system responses to a charger."""
50
0 commit comments