1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Fix flakey tests (#8914)

This commit is contained in:
J. Nick Koston
2025-05-26 23:20:14 -05:00
committed by GitHub
parent 4ac433fddb
commit caf9930ff9
3 changed files with 27 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# Network constants
DEFAULT_API_PORT = 6053
LOCALHOST = "localhost"
LOCALHOST = "127.0.0.1"
# Timeout constants
API_CONNECTION_TIMEOUT = 30.0 # seconds