CONFIG_ZTRESS_REPORT_PROGRESS_MS

Progress report interval (in milliseconds)

Type: int

Help

Use 0 to disable.

Direct dependencies

ZTRESS

(Includes any dependencies from ifs and menus.)

Default

  • 1000

Kconfig definition

At <Subsystem>/testsuite/ztest/Kconfig:130

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:61<Subsystem>/testsuite/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework

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.)