summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNodeMan97 <corey.hardesty@aol.com>2022-07-28 17:25:46 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-08-01 16:42:05 +0300
commit842d0618fdc75163823b93a0b087eef80d481067 (patch)
tree09efcc213e63b4719a344ae35002e811ddcd3492
parentae5ec0541e7090c61d7bd37778fa09399e8a6eed (diff)
downloadopenbmc-842d0618fdc75163823b93a0b087eef80d481067.tar.xz
meta-ibm: Update restore delay override default to microseconds
Default was initially set to represent seconds. The interface documentation says that the value is representative of microseconds ,as well as, the corresponding code in phosphor-state-manager. Change-Id: I183c5a248748589e172df58d07f2b2c2ed0f554c Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com>
-rw-r--r--meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml b/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml
index ccd771f5e4..4035aa6629 100644
--- a/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml
+++ b/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml
@@ -12,4 +12,4 @@
PowerRestorePolicy:
Default: RestorePolicy::Policy::Restore
PowerRestoreDelay:
- Default: 30
+ Default: 30000000