LAVA: Extend monitor timeout to 10 min

Some test cases may take more than 5 min, which is expected. So extend
the monitor timeout to 10 min to avoid the wrongly reported failure.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I6d4edde8223b9f6c2f0c75a365f67dca60dc6380
diff --git a/lava_helper/jinja2_templates/fvp_mps2.jinja2 b/lava_helper/jinja2_templates/fvp_mps2.jinja2
index 426a168..243e58e 100644
--- a/lava_helper/jinja2_templates/fvp_mps2.jinja2
+++ b/lava_helper/jinja2_templates/fvp_mps2.jinja2
@@ -43,7 +43,7 @@
     - 'root@lava '
     image: /opt/model/FVP_MPS2_AEMv8M/models/Linux64_GCC-6.4/FVP_MPS2_AEMv8M
     timeout:
-      minutes: 5
+      minutes: 10
 {%- if psa_api_suite == "FF" %}
     console_string: 'telnetterminal2: Listening for serial connection on port (?P<PORT>\d+)'
     use_telnet: True