mirror of
https://github.com/espressif/openthread.git
synced 2026-07-25 13:34:06 +00:00
[script] add script to run cert tests (#3397)
This commit is contained in:
@@ -71,8 +71,7 @@ MLE_END_DEVICE_TIMEOUT = 100
|
||||
AQ_TIMEOUT = 3
|
||||
ADDRESS_QUERY_INITIAL_RETRY_DELAY = 15
|
||||
DEFAULT_CHILD_TIMEOUT = 6
|
||||
|
||||
VIRTUAL_TIME = bool(os.getenv('VIRTUAL_TIME', False))
|
||||
VIRTUAL_TIME = int(os.getenv('VIRTUAL_TIME', 0))
|
||||
|
||||
LEADER_NOTIFY_SED_BY_CHILD_UPDATE_REQUEST = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user