Extend sleep time for debug collector checkstop service

Needed to extend the time to allow OCC to wait for our drivers to stop
using the SBEFIFO. Otherwise we get some contention on the FIFO.

Change-Id: Ia8aa50a328e45089de1ef43a2e7f685e74f96730
Signed-off-by: Edward A. James <eajames@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service
index de0aff1..5e8cf3d 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service
@@ -3,9 +3,10 @@
 Before=obmc-host-quiesce@%i.target
 
 [Service]
-# Adding 5 seconds to allow OCC to collect debug data
-# before processing checkstop
-ExecStart={base_bindir}/sleep 5
+# Adding 10 seconds to allow OCC to collect debug data
+# before processing checkstop. OCC has to wait 5 seconds
+# for our driver to stop using the SBEFIFO.
+ExecStart={base_bindir}/sleep 10
 ExecStart=/usr/bin/env checkstop_app
 SyslogIdentifier=checkstop_app
 Type=oneshot