Skip to content

Commit

Permalink
Increase timeout to 60sec for test_cms_responses
Browse files Browse the repository at this point in the history
  • Loading branch information
nlindn committed Oct 6, 2023
1 parent 88786ed commit 5da8b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
SERVICE_TURN_ON,
)
from homeassistant.const import ATTR_ENTITY_ID
import pytest
from pytest_homeassistant_custom_component.common import MockConfigEntry
import websockets

Expand Down Expand Up @@ -44,6 +45,7 @@
from .const import MOCK_CONFIG_DATA, MOCK_CONFIG_DATA_2


@pytest.mark.timeout(60) # Set timeout to 60 seconds for this test
async def test_cms_responses(hass, socket_enabled):
"""Test central system responses to a charger."""

Expand Down

0 comments on commit 5da8b33

Please sign in to comment.