LAVA: Align monitor settings between QEMU & FVP

The different setings on LAVA monitors between QEMU & FVP make it
possible to get different test results with same image.

This patch updates the monitor settings for QEMU to align with FVP to
avoid this issue.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Id3a3ec6db382c1c3183b61e5a2ea9570c17f6ecb
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index d1de754..80bacd6 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -606,9 +606,10 @@
     "templ": "qemu_mps2_bl2.jinja2",
     "job_name": "qemu_mps2_bl2",
     "device_type": "qemu",
-    "job_timeout": 300,
-    "action_timeout": 300,
-    "poweroff_timeout": 20,
+    "job_timeout": 15,
+    "action_timeout": 10,
+    "monitor_timeout": 15,
+    "poweroff_timeout": 1,
     "platforms": {"AN521": ""},
     "compilers": ["GCC", "ARMCLANG"],
     "build_types": ["Debug", "Release"],