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 <[email protected]>

* Replace TimeoutSec to TimeoutStartSec

Signed-off-by: Andriy Moroz <[email protected]>
  • Loading branch information
andriymoroz-mlnx authored and yxieca committed Apr 26, 2019
1 parent 5663c81 commit 5004d2b
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 5004d2b

Please sign in to comment.