Increase the timeout for flux_led directed discovery (#65222)
This commit is contained in:
parent
99f56579a5
commit
7552404f70
2 changed files with 3 additions and 2 deletions
|
@ -51,6 +51,7 @@ FLUX_LED_EXCEPTIONS: Final = (
|
|||
|
||||
STARTUP_SCAN_TIMEOUT: Final = 5
|
||||
DISCOVER_SCAN_TIMEOUT: Final = 10
|
||||
DIRECTED_DISCOVERY_TIMEOUT: Final = 15
|
||||
|
||||
CONF_MODEL: Final = "model"
|
||||
CONF_MODEL_NUM: Final = "model_num"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue