Skip to content

Commit 6b5ccc7

Browse files
authored
Update test_charge_point.py
1 parent 0ed369a commit 6b5ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_charge_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def test_cms_responses(hass):
3939
cs = hass.data[DOMAIN][config_entry.entry_id]
4040

4141
async with websockets.connect(
42-
"ws://localhost:9000/CP_1", subprotocols=["ocpp1.6"]
42+
"ws://localhost:9000/CP_1", subprotocols=["ocpp1.6"], close_timeout = 10
4343
) as ws:
4444
cp = ChargePoint("CP_1_test", ws)
4545
loop = True

0 commit comments

Comments
 (0)