Increase wait_for_tunnel() timeout to 90s (#14279) (#14733)

This commit is contained in:
mssonicbld 2023-04-20 05:47:12 +08:00 committed by GitHub
parent 96affcc0df
commit 7cc8c76f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ class MuxStateWriter(object):
tunnel_key_pattern = 'ASIC_STATE:SAI_OBJECT_TYPE_TUNNEL:*'
return len(self.asic_db.keys('ASIC_DB', tunnel_key_pattern)) > 0
def wait_for_tunnel(self, interval=1, timeout=60):
def wait_for_tunnel(self, interval=1, timeout=90):
"""
Waits until the IP-in-IP tunnel has been created