mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 10:27:49 +00:00
[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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user