lava: Double timeouts for musca_b1

Musca B1 boards occasionally time out when deploying, eg:

https://tf.validation.linaro.org/scheduler/job/41153

Double all timeouts to give us extra leeway.

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Change-Id: I1bc981118e36b51829f8333021a31a20e9f0b72f
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index ffd0e9e..7bc9f60 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -2394,9 +2394,9 @@
     "templ": "musca_b1.jinja2",
     "job_name": "musca_b1_bl2",
     "device_type": "musca-b",
-    "job_timeout": 12,
-    "action_timeout": 6,
-    "poweroff_timeout": 20,
+    "job_timeout": 24,
+    "action_timeout": 12,
+    "poweroff_timeout": 40,
     "platforms": {"MUSCA_B1": ""},
     "compilers": ["GNUARM", "ARMCLANG"],
     "build_types": ["Debug", "Release"],