From a51a6311e96ab282d26f6700eb7c7448961596ce Mon Sep 17 00:00:00 2001 From: Rongli Sun Date: Thu, 19 May 2022 05:08:14 +0800 Subject: [PATCH] [tests] add wait time in test_border_router_as_fed.py (#7714) This commit adds some wait time before connectivity validation to mitigate the impact of #7660 which introduces some random delay before publishing external route into network data. --- .../thread-cert/border_router/test_border_router_as_fed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/thread-cert/border_router/test_border_router_as_fed.py b/tests/scripts/thread-cert/border_router/test_border_router_as_fed.py index 74679649a..a21ffa570 100644 --- a/tests/scripts/thread-cert/border_router/test_border_router_as_fed.py +++ b/tests/scripts/thread-cert/border_router/test_border_router_as_fed.py @@ -87,7 +87,7 @@ class TestBorderRouterAsFed(thread_cert.TestCase): self.simulator.go(5) self.assertEqual('child', br.get_state()) - self.simulator.go(10) + self.simulator.go(20) self.assertEqual('child', br.get_state()) # Leader can ping to/from the Host on infra link.