mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
[tests] fix bbr_5_11_01 random fails (#6589)
Set default BBR registration delay to 2. Defining a smaller BBR jitter can help all TCs to be more robust.
This commit is contained in:
@@ -138,6 +138,7 @@ DEFAULT_CHILD_TIMEOUT = 6
|
||||
VIRTUAL_TIME = int(os.getenv('VIRTUAL_TIME', 0))
|
||||
PARENT_AGGREGATIOIN_DELAY = 5
|
||||
DUA_DAD_DELAY = 5
|
||||
DEFAULT_BBR_REGISTRATION_JITTER = 2
|
||||
|
||||
LEADER_NOTIFY_SED_BY_CHILD_UPDATE_REQUEST = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user