1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2019 Nordic Semicondutor ASA
3
4mainmenu "Timer Starvation Test"
5
6source "Kconfig.zephyr"
7
8config APP_STOP_S
9	int "The number of seconds to run without error before pass"
10	default 3600
11