[bcm syncd]: Wait initializing led_proc for 60 seconds (#1863)

* Wait initializing led_proc for 60 seconds. bcm sdk need time to be ready accept a connection
This commit is contained in:
pavel-shirshov 2018-07-18 09:38:41 -07:00 committed by GitHub
parent 00083471ec
commit f033cbe296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,6 @@ wait_syncd() {
# If this platform has an initialization file for the Broadcom LED microprocessor, load it
if [ -r ${PLATFORM_DIR}/led_proc_init.soc ]; then
wait_syncd
sleep 60 # wait until bcm sdk is ready to get a request
supervisorctl start ledinit
fi