From ad5c34bde126d72e2f062f13224e05fef06b8c5c Mon Sep 17 00:00:00 2001 From: Peter Bee Date: Wed, 24 Feb 2021 17:09:02 +0800 Subject: [PATCH] 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 --- boards/sim/sim/sim/src/etc/init.d/rcS | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/sim/sim/sim/src/etc/init.d/rcS b/boards/sim/sim/sim/src/etc/init.d/rcS index 2b6b447eb0a..1db13a790f7 100644 --- a/boards/sim/sim/sim/src/etc/init.d/rcS +++ b/boards/sim/sim/sim/src/etc/init.d/rcS @@ -59,6 +59,7 @@ testrunner >/system/testing/testrunner.log & #ifdef CONFIG_KVDB kvdbd & +usleep 10 #endif /* CONFIG_KVDB */