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:
@@ -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