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.
This commit is contained in:
YAMAMOTO Takashi 2022-01-31 11:10:31 +09:00 committed by Xiang Xiao
parent 75c5ae1207
commit e5d7179e4c
1 changed files with 1 additions and 1 deletions

View File

@ -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