sim:tests: Extend robot timeout for shodan_boot in debug mode

Change-Id: Id0a85a26092fae42b852499d748dd987428475c8
diff --git a/shodan_boot.robot b/shodan_boot.robot
index b7f931b..b32ee40 100644
--- a/shodan_boot.robot
+++ b/shodan_boot.robot
@@ -7,6 +7,7 @@
 ${RUN_DEBUG}                     0
 
 ${LOG_TIMEOUT}                   2
+${DEBUG_LOG_TIMEOUT}             10
 ${ROOTDIR}                       ${CURDIR}/../..
 ${SCRIPT}                        sim/config/shodan.resc
 ${PROMPT}                        CANTRIP>
@@ -35,17 +36,19 @@
       Execute Command             $tar=@${FLASH_DEBUG_TAR}
       Execute Command             $cpio=@${CPIO_DEBUG}
       Execute Command             $kernel=@${CANTRIP_KERNEL_DEBUG}
+      Set Default Uart Timeout    20
+      Create Log Tester           ${DEBUG_LOG_TIMEOUT}
     ELSE
       Execute Command             $tar=@${FLASH_RELEASE_TAR}
       Execute Command             $cpio=@${CPIO_RELEASE}
       Execute Command             $kernel=@${CANTRIP_KERNEL_RELEASE}
+      Set Default Uart Timeout    10
+      Create Log Tester           ${LOG_TIMEOUT}
     END
     Execute Script              ${SCRIPT}
     # Add UART5 virtual time so we can check the machine execution time
     Execute Command             uart5-analyzer TimestampFormat Virtual
     Execute Command             cpu0 IsHalted false
-    Set Default Uart Timeout    10
-    Create Log Tester           ${LOG_TIMEOUT}
 
 Install App
     [Arguments]                 ${app}