From e5d7179e4ce3f9477b5604d5673daae8098e5fbf Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 31 Jan 2022 11:10:31 +0900 Subject: [PATCH] boards/sim/sim/sim/configs/ostest/defconfig: Reduce the number of loops I plan to run this on the CI. 100 is too much for the purpose. --- boards/sim/sim/sim/configs/ostest/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/sim/sim/sim/configs/ostest/defconfig b/boards/sim/sim/sim/configs/ostest/defconfig index ccd015c403..37312520c3 100644 --- a/boards/sim/sim/sim/configs/ostest/defconfig +++ b/boards/sim/sim/sim/configs/ostest/defconfig @@ -28,5 +28,5 @@ CONFIG_START_DAY=27 CONFIG_START_MONTH=2 CONFIG_START_YEAR=2007 CONFIG_TESTING_OSTEST=y -CONFIG_TESTING_OSTEST_LOOPS=100 +CONFIG_TESTING_OSTEST_LOOPS=5 CONFIG_TESTING_OSTEST_POWEROFF=y