Skip to content

Commit

Permalink
Increase syncd start timeout (#2776)
Browse files Browse the repository at this point in the history
* Increase syncd start timeout

Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>

* Replace TimeoutSec to TimeoutStartSec

Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
  • Loading branch information
andriymoroz-mlnx authored and liat-grozovik committed Apr 24, 2019
1 parent 2e86caa commit ca7924e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/build_templates/syncd.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Environment=sonic_asic_platform={{ sonic_asic_platform }}
ExecStartPre=/usr/local/bin/syncd.sh start
ExecStart=/usr/local/bin/syncd.sh wait
ExecStop=/usr/local/bin/syncd.sh stop
{% if sonic_asic_platform == 'mellanox' %}
TimeoutStartSec=150
{% endif %}

[Install]
WantedBy=multi-user.target

0 comments on commit ca7924e

Please sign in to comment.