[travis] fix increasing failures on Cert_5_3_03_AddressQuery (#2291)

This commit is contained in:
hjian2017
2017-10-23 22:29:42 -07:00
committed by Jonathan Hui
parent 9c719f2627
commit a6865bae23
2 changed files with 3 additions and 2 deletions
@@ -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.
+1
View File
@@ -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 \