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 0ed369a commit 6b5ccc7Copy full SHA for 6b5ccc7
tests/test_charge_point.py
@@ -39,7 +39,7 @@ async def test_cms_responses(hass):
39
cs = hass.data[DOMAIN][config_entry.entry_id]
40
41
async with websockets.connect(
42
- "ws://localhost:9000/CP_1", subprotocols=["ocpp1.6"]
+ "ws://localhost:9000/CP_1", subprotocols=["ocpp1.6"], close_timeout = 10
43
) as ws:
44
cp = ChargePoint("CP_1_test", ws)
45
loop = True
0 commit comments