Increase power cycle delay

This increases the power cycle delay to 5 seconds per the
new interface definition.

ref: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/22270

Change-Id: I71527c818d5686c7fb358a5d95c4cb4df597bc96
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/power-control-x86/src/power_control.cpp b/power-control-x86/src/power_control.cpp
index be0f8de..bb24b4b 100644
--- a/power-control-x86/src/power_control.cpp
+++ b/power-control-x86/src/power_control.cpp
@@ -49,7 +49,7 @@
 const static constexpr int powerPulseTimeMs = 200;
 const static constexpr int forceOffPulseTimeMs = 15000;
 const static constexpr int resetPulseTimeMs = 500;
-const static constexpr int powerCycleTimeMs = 1000;
+const static constexpr int powerCycleTimeMs = 5000;
 const static constexpr int sioPowerGoodWatchdogTimeMs = 1000;
 const static constexpr int psPowerOKWatchdogTimeMs = 8000;
 const static constexpr int gracefulPowerOffTimeMs = 60000;