[tests] use common definition for border router startup delay (#7721)

This commit is contained in:
Jonathan Hui
2022-05-20 08:53:34 -07:00
committed by GitHub
parent 33bd1f425b
commit 5fbf1bec88
23 changed files with 40 additions and 37 deletions
+1
View File
@@ -126,6 +126,7 @@ SNIFFER_ID = int(os.getenv('SNIFFER_ID', 34))
PANID = 0xface
ROUTER_STARTUP_DELAY = 10
BORDER_ROUTER_STARTUP_DELAY = 20
MAX_NEIGHBOR_AGE = 100
INFINITE_COST_TIMEOUT = 90