mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 03:00:09 +00:00
[github-actions] make test_set_mliid more reliable (#7072)
This commit uses a longer duration (10s) to make the test more reliable. The root cause why LEADER does not become Leader within 4s is still unknown and to be investigated.
This commit is contained in:
@@ -50,7 +50,7 @@ class Test_SetMlIid(thread_cert.TestCase):
|
||||
self.nodes[LEADER].set_mliid('1122334455667788')
|
||||
|
||||
self.nodes[LEADER].start()
|
||||
self.simulator.go(4)
|
||||
self.simulator.go(10)
|
||||
self.assertEqual(self.nodes[LEADER].get_state(), 'leader')
|
||||
|
||||
# Ensure set ML-IID was effective.
|
||||
|
||||
Reference in New Issue
Block a user