File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ StartLimitIntervalSec=1200
8
8
StartLimitBurst=3
9
9
10
10
[Service]
11
+ TimeoutStartSec=180
11
12
User={{ sonicadmin_user }}
12
13
ExecStartPre=/usr/local/bin/write_standby.py
13
14
ExecStartPre=/usr/local/bin/mark_dhcp_packet.py
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def tunnel_exists(self):
136
136
tunnel_key_pattern = 'ASIC_STATE:SAI_OBJECT_TYPE_TUNNEL:*'
137
137
return len (self .asic_db .keys ('ASIC_DB' , tunnel_key_pattern )) > 0
138
138
139
- def wait_for_tunnel (self , interval = 1 , timeout = 90 ):
139
+ def wait_for_tunnel (self , interval = 1 , timeout = 160 ):
140
140
"""
141
141
Waits until the IP-in-IP tunnel has been created
142
142
Original file line number Diff line number Diff line change 1
- LIBSAIBCM_XGS_VERSION = 12.3.2.2
1
+ LIBSAIBCM_XGS_VERSION = 12.3.2.3
2
2
LIBSAIBCM_DNX_VERSION = 12.3.2.2
3
3
LIBSAIBCM_XGS_BRANCH_NAME = SAI_12.3.0_GA
4
4
LIBSAIBCM_DNX_BRANCH_NAME = SAI_12.3.0_GA
You can’t perform that action at this time.
0 commit comments