Skip to content

Commit ca7924e

Browse files
andriymoroz-mlnxliat-grozovik
authored andcommitted
Increase syncd start timeout (#2776)
* Increase syncd start timeout Signed-off-by: Andriy Moroz <[email protected]> * Replace TimeoutSec to TimeoutStartSec Signed-off-by: Andriy Moroz <[email protected]>
1 parent 2e86caa commit ca7924e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/build_templates/syncd.service.j2

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Environment=sonic_asic_platform={{ sonic_asic_platform }}
2222
ExecStartPre=/usr/local/bin/syncd.sh start
2323
ExecStart=/usr/local/bin/syncd.sh wait
2424
ExecStop=/usr/local/bin/syncd.sh stop
25+
{% if sonic_asic_platform == 'mellanox' %}
26+
TimeoutStartSec=150
27+
{% endif %}
2528

2629
[Install]
2730
WantedBy=multi-user.target

0 commit comments

Comments
 (0)