:orphan: .. title:: NET_CONFIG_SNTP_INIT_TIMEOUT .. option:: CONFIG_NET_CONFIG_SNTP_INIT_TIMEOUT *SNTP timeout to init system clock (ms)* Type: ``int`` Direct dependencies =================== \ :option:`NET_CONFIG_CLOCK_SNTP_INIT ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3000 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:212`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Initialize system clock using SNTP on application startup .. parsed-literal:: config NET_CONFIG_SNTP_INIT_TIMEOUT int "SNTP timeout to init system clock (ms)" default 3000 depends on \ :option:`NET_CONFIG_CLOCK_SNTP_INIT ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*