mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
Fix flakey tests (#8914)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user