fvp_mps2.jinja2: Increase CPU limit to 600
This is required for the TFM_NS_IRQ_TEST_FLIH_1101 testcase, which takes
long time when run with code coverage plugin. Such long, that previously
it seemed that it simply hanged. My thorough testing shows that it
eventually seems to finish, just takes 8-9 minutes. So, set CPU limit
to 10 minutes and also increase simulation limit slightly above that.
This is related to https://linaro.atlassian.net/browse/TFC-364
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I1e2799fa581b26c3bc5ef0b78325b1a1c664cef2
diff --git a/lava_helper/jinja2_templates/fvp_mps2.jinja2 b/lava_helper/jinja2_templates/fvp_mps2.jinja2
index 7ca4625..0414e69 100644
--- a/lava_helper/jinja2_templates/fvp_mps2.jinja2
+++ b/lava_helper/jinja2_templates/fvp_mps2.jinja2
@@ -53,7 +53,7 @@
{%- endif %}
license_variable: '{{ license_variable }}'
arguments:
- - "--simlimit 600"
+ - "--simlimit 620"
- "--application cpu0={APP}"
- "--data cpu0={DATA}@{{ data_bin_offset }}"
- "--parameter fvp_mps2.platform_type=2"
@@ -73,7 +73,7 @@
{%- if enable_code_coverage %}
- "--plugin {CC}"
- "--parameter fvp_mps2.UART0.shutdown_tag=\x04"
- - "--cpulimit 300"
+ - "--cpulimit 600"
{%- endif %}
prompts: