We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mux
1 parent 49146b8 commit f88aa3aCopy full SHA for f88aa3a
files/build_templates/mux.service.j2
@@ -8,6 +8,7 @@ StartLimitIntervalSec=1200
8
StartLimitBurst=3
9
10
[Service]
11
+TimeoutStartSec=180
12
User={{ sonicadmin_user }}
13
ExecStartPre=/usr/local/bin/write_standby.py
14
ExecStartPre=/usr/local/bin/mark_dhcp_packet.py
files/scripts/write_standby.py
@@ -136,7 +136,7 @@ def tunnel_exists(self):
136
tunnel_key_pattern = 'ASIC_STATE:SAI_OBJECT_TYPE_TUNNEL:*'
137
return len(self.asic_db.keys('ASIC_DB', tunnel_key_pattern)) > 0
138
139
- def wait_for_tunnel(self, interval=1, timeout=90):
+ def wait_for_tunnel(self, interval=1, timeout=160):
140
"""
141
Waits until the IP-in-IP tunnel has been created
142
0 commit comments