mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 06:17:47 +00:00
[tests] fix test_publish_meshcop_service.py (#6888)
The test fails frequently due to missing delay before checking the meshcop service.
This commit is contained in:
@@ -92,6 +92,7 @@ class PublishMeshCopService(thread_cert.TestCase):
|
||||
self.check_meshcop_service(br, host)
|
||||
|
||||
br.disable_backbone_router()
|
||||
self.simulator.go(5)
|
||||
self.check_meshcop_service(br, host)
|
||||
|
||||
def check_meshcop_service(self, br, host):
|
||||
|
||||
Reference in New Issue
Block a user