mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 18:50:07 +00:00
[tests] fix tun-realm-local-multicast.exp (#5821)
This commit introduces short wait time per new router to allow link/route establishment.
This commit is contained in:
@@ -66,6 +66,7 @@ send "thread start\n"
|
||||
expect "Done"
|
||||
|
||||
wait_for "state" "router"
|
||||
sleep 3
|
||||
|
||||
spawn_node 3 cli
|
||||
|
||||
@@ -85,6 +86,7 @@ send "thread start\n"
|
||||
expect "Done"
|
||||
|
||||
wait_for "state" "router"
|
||||
sleep 4
|
||||
|
||||
set extaddr3 [get_extaddr]
|
||||
|
||||
@@ -113,7 +115,6 @@ wait_for "state" "child"
|
||||
set mleid4 [get_mleid]
|
||||
|
||||
switch_node 1
|
||||
sleep 10
|
||||
|
||||
send "ping ${mleid4}\n"
|
||||
expect "Done"
|
||||
|
||||
Reference in New Issue
Block a user