From 5b54727f924e946c02b768164afa32ac57e9b858 Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Thu, 21 Oct 2021 03:06:05 +0800 Subject: [PATCH] [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. --- tests/scripts/thread-cert/test_set_mliid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/thread-cert/test_set_mliid.py b/tests/scripts/thread-cert/test_set_mliid.py index 468d47568..e36b7f5a1 100755 --- a/tests/scripts/thread-cert/test_set_mliid.py +++ b/tests/scripts/thread-cert/test_set_mliid.py @@ -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.