Change wspoon power sequencer units to ms

Change the units of time that the witherspoon-pseq-monitor
application takes from seconds to milliseconds.

An upcoming commit will reduce one of the values below
one second.

Change-Id: I7f65f008c3dd8e888e416a1ec240e2955d0b00de
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor-pgood.service b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor-pgood.service
index 010be6f..f18efc1 100644
--- a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor-pgood.service
+++ b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor-pgood.service
@@ -7,5 +7,5 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/env witherspoon-pseq-monitor -a pgood-monitor -i 5
+ExecStart=/usr/bin/env witherspoon-pseq-monitor -a pgood-monitor -i 5000
 SyslogIdentifier=witherspoon-pseq-monitor
diff --git a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service
index 1780baa..9e3062f 100644
--- a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service
+++ b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service
@@ -6,5 +6,5 @@
 Conflicts=obmc-chassis-poweroff@0.target
 
 [Service]
-ExecStart=/usr/bin/env witherspoon-pseq-monitor -a runtime-monitor -i 1
+ExecStart=/usr/bin/env witherspoon-pseq-monitor -a runtime-monitor -i 1000
 SyslogIdentifier=witherspoon-pseq-monitor