musca-b: reduce LAVA test monitor timeout

Reduce the lava-test-monitor timeout from 30min to 10min.
Because, in average of the successful test jobs time is
around 6.5min. If timeout too long, the device will be locked
when something wrong in the test image, and the pending job
will start accumulate in the queue.

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I22b5db96f3c30b3363183c74952a0c4e4001fe97
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index 7482a0a..a7bb6cf 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -258,8 +258,8 @@
     "device_type": "musca-b",
     "job_timeout": 40,
     "action_timeout": 20,
-    "monitor_timeout": 30,
-    "poweroff_timeout": 40,
+    "monitor_timeout": 10,
+    "poweroff_timeout": 5,
     "platforms": {"arm/musca_b1": ""},
     "binaries": {
         "firmware": "spe/bin/tfm.hex",