:orphan: .. title:: CONFIG_ZTRESS_REPORT_PROGRESS_MS .. kconfig:: CONFIG_ZTRESS_REPORT_PROGRESS_MS CONFIG_ZTRESS_REPORT_PROGRESS_MS ################################ *Progress report interval (in milliseconds)* Type: ``int`` Help ==== .. code-block:: none Use 0 to disable. Direct dependencies =================== \ :kconfig:`ZTRESS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/testsuite/ztest/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework .. code-block:: kconfig config ZTRESS_REPORT_PROGRESS_MS int "Progress report interval (in milliseconds)" default 1000 depends on ZTRESS help Use 0 to disable. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*