LAVA: Increase monitor timeout limitation to 15 mins

Under heavy loads from pipeline, LAVA jobs take longder to execute.
Jobs are likely to reach timeout without any failure occurs.
Increase monitor timeout limitation to avoid such failures.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I367a2db05fe4c9081b47fda284b358873eb38923
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index 32066c5..3ddb364 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -56,7 +56,7 @@
     "device_type": "mps",
     "job_timeout": 15,
     "action_timeout": 10,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 1,
     "recovery_store_url": "https://ci.trustedfirmware.org/userContent/",
     "platforms": {"AN521": "mps2_sse200_an512_new.tar.gz"},
@@ -563,7 +563,7 @@
     "device_type": "fvp",
     "job_timeout": 15,
     "action_timeout": 10,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 1,
     "platforms": {"AN521": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
@@ -1070,7 +1070,7 @@
     "device_type": "fvp",
     "job_timeout": 15,
     "action_timeout": 10,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 1,
     "platforms": {"AN521": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
@@ -1577,7 +1577,7 @@
     "device_type": "fvp",
     "job_timeout": 15,
     "action_timeout": 10,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 1,
     "platforms": {"AN519": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
@@ -1947,7 +1947,7 @@
     "device_type": "fvp",
     "job_timeout": 15,
     "action_timeout": 10,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 1,
     "platforms": {"AN519": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
@@ -2763,7 +2763,7 @@
     "device_type": "musca-b",
     "job_timeout": 24,
     "action_timeout": 12,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 40,
     "platforms": {"MUSCA_B1": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
@@ -3184,7 +3184,7 @@
     "device_type": "musca-b",
     "job_timeout": 24,
     "action_timeout": 12,
-    "monitor_timeout": 10,
+    "monitor_timeout": 15,
     "poweroff_timeout": 40,
     "platforms": {"MUSCA_B1_OTP": ""},
     "compilers": ["ARMCLANG"],