boards/sim: add delay to allow kvdbd fully startup

N/A

This allows some persist.*.disable properties to work correctly.

Change-Id: Ie81f0d6da04b998175475be56b694768f8b2235b
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
This commit is contained in:
Peter Bee
2021-02-24 17:09:02 +08:00
committed by bijunda1
parent 20a74de9a8
commit ad5c34bde1
+1
View File
@@ -59,6 +59,7 @@ testrunner >/system/testing/testrunner.log &
#ifdef CONFIG_KVDB
kvdbd &
usleep 10
#endif /* CONFIG_KVDB */