Skip to content

Commit f033cbe

Browse files
[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
1 parent 0008347 commit f033cbe

File tree

1 file changed

+1
-0
lines changed
  • platform/broadcom/docker-syncd-brcm

1 file changed

+1
-0
lines changed

platform/broadcom/docker-syncd-brcm/start.sh

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

0 commit comments

Comments
 (0)