LAVA: Increase timeout limits on MUSCA_B1

LAVA job is likely to wait for a long time under a heavy load.
Increase timeout limits on MUSCA_B1 to avoid timeout error.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I36a0fab3cb5d0429793504177473448ac17facd1
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index 1f95d12..d9ee2fd 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -2763,9 +2763,9 @@
     "templ": "musca_b1.jinja2",
     "job_name": "musca_b1_bl2",
     "device_type": "musca-b",
-    "job_timeout": 24,
-    "action_timeout": 12,
-    "monitor_timeout": 15,
+    "job_timeout": 40,
+    "action_timeout": 20,
+    "monitor_timeout": 30,
     "poweroff_timeout": 40,
     "platforms": {"MUSCA_B1": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
@@ -3184,9 +3184,9 @@
     "templ": "musca_b1_otp.jinja2",
     "job_name": "musca_b1_opt_bl2",
     "device_type": "musca-b",
-    "job_timeout": 24,
-    "action_timeout": 12,
-    "monitor_timeout": 15,
+    "job_timeout": 40,
+    "action_timeout": 20,
+    "monitor_timeout": 30,
     "poweroff_timeout": 40,
     "platforms": {"MUSCA_B1_OTP": ""},
     "compilers": ["ARMCLANG"],