[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.