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:
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
|
||||
|
|
Loading…
Reference in New Issue