From 59b4a51f9978ef5ea475e45ccaa849461c43556f Mon Sep 17 00:00:00 2001 From: Rongli Sun Date: Sun, 8 Nov 2020 11:46:21 +0800 Subject: [PATCH] [tests] fix tun-realm-local-multicast.exp (#5776) Given the linear topology in this test, this commit introduces wait time so that the Thread Links are synced well before ping happens. --- tests/scripts/expect/tun-realm-local-multicast.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/expect/tun-realm-local-multicast.exp b/tests/scripts/expect/tun-realm-local-multicast.exp index 6173a4691..2e629a7fc 100755 --- a/tests/scripts/expect/tun-realm-local-multicast.exp +++ b/tests/scripts/expect/tun-realm-local-multicast.exp @@ -113,6 +113,7 @@ wait_for "state" "child" set mleid4 [get_mleid] switch_node 1 +sleep 10 send "ping ${mleid4}\n" expect "Done"