Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions files/build_templates/mux.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ StartLimitIntervalSec=1200
StartLimitBurst=3

[Service]
TimeoutStartSec=180
User={{ sonicadmin_user }}
ExecStartPre=/usr/local/bin/write_standby.py
ExecStartPre=/usr/local/bin/mark_dhcp_packet.py
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/write_standby.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def tunnel_exists(self):
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=90):
def wait_for_tunnel(self, interval=1, timeout=160):
"""
Waits until the IP-in-IP tunnel has been created

Expand Down
Loading