wspoon: Increase fan fail shutdown delay

When more than one fan is nonfunctional, wait 10 seconds before powering
off the system.

This is a change done to help mitigate a performance issue where PDM is
held off from processing fan functional state property changes which
could cause a system to be shutdown even after enough fans return back
to a functional state. Increasing the shutdown delay to 10 seconds
allows enough time on the BMC for PDM to correctly process all the
property changed signals for the fan functional properties.

Change-Id: I3c9170d80ca200463c85dfc2df85b33e531c8440
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
index 92d7325..c58e4b2 100644
--- a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
+++ b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
@@ -173,7 +173,7 @@
 - name: check group functional
   description: >
     'If this condition passes more than one fan in the group has been marked
-    as nonfunctional for five seconds. Shut the system down.
+    as nonfunctional for ten seconds. Shut the system down.
 
     For a more detailed definition of nonfunctional, consult the documentation
     of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the
@@ -182,7 +182,7 @@
   condition: count
   paths: fans
   properties: fan functional
-  defer: 5000000us
+  defer: 10000000us
   callback: log and shutdown
   countop: '>'
   countbound: 1