[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:
whd
2021-08-03 19:59:16 -07:00
committed by GitHub
parent 354387c931
commit 9cfa0448b5
@@ -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):