mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[travis] fix increasing failures on Cert_5_3_03_AddressQuery (#2291)
This commit is contained in:
@@ -142,8 +142,8 @@ class Cert_5_3_3_AddressQuery(unittest.TestCase):
|
||||
self.nodes[ROUTER3].stop()
|
||||
|
||||
# Wait for the Leader to expire its Router ID.
|
||||
# MAX_NEIGHBOR_AGE + INFINITE_COST_TIMEOUT + ID_REUSE_DELAY + propagation time + transmission time ~ 550s.
|
||||
time.sleep(550)
|
||||
# MAX_NEIGHBOR_AGE + INFINITE_COST_TIMEOUT + ID_REUSE_DELAY + propagation time + transmission time ~ 580s.
|
||||
time.sleep(580)
|
||||
self.assertFalse(self.nodes[MED1].ping(router3_mleid))
|
||||
|
||||
# Verify DUT_ROUTER2 sent an Address Query Request to the Realm local address.
|
||||
|
||||
@@ -175,6 +175,7 @@ check_SCRIPTS = \
|
||||
Cert_5_1_12_NewRouterNeighborSync.py \
|
||||
Cert_5_1_13_RouterReset.py \
|
||||
Cert_5_2_01_BecomeActiveRouter.py \
|
||||
Cert_5_2_05_AddressQuery.py \
|
||||
Cert_5_2_06_RouterDowngrade.py \
|
||||
Cert_5_2_07_REEDSynchronization.py \
|
||||
Cert_5_2_04_REEDUpgrade.py \
|
||||
|
||||
Reference in New Issue
Block a user