mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
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:
committed by
Xiang Xiao
parent
75c5ae1207
commit
e5d7179e4c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user