Increase attach timeout to 5 seconds to account for random delays. (#700)

This commit is contained in:
Jonathan Hui
2016-09-27 13:34:48 -07:00
committed by GitHub
parent 8dce81964f
commit 9096c98f01
59 changed files with 152 additions and 152 deletions
@@ -89,7 +89,7 @@ class Cert_5_3_3_AddressQuery(unittest.TestCase):
self.assertEqual(self.nodes[LEADER].get_state(), 'leader')
self.nodes[BR].start()
time.sleep(3)
time.sleep(5)
self.assertEqual(self.nodes[BR].get_state(), 'router')
self.nodes[BR].add_prefix('2003::/64', 'paros')