Skip to content

Commit 3bafa37

Browse files
a-wainuclearcat
authored andcommitted
config: runtime: base: lava: extend timeout for coverage-enabled jobs
When test coverage is enabled, we need to prepare the test run and pack the coverage artifacts once the tests are complete. This takes a significant amount of time, leading some jobs to time out during this packing operation. Increase the timeout value for such jobs by another 10 minutes in order to prevent such failures from happening Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
1 parent 1638d2b commit 3bafa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/runtime/base/lava.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ context:
3636
{% endif %}
3737

3838
{%- if "coverage" in node.data.config_full -%}
39-
{%- set coverage_timeout = 20 -%}
39+
{%- set coverage_timeout = 30 -%}
4040
{%- else -%}
4141
{%- set coverage_timeout = 0 -%}
4242
{%- endif -%}

0 commit comments

Comments
 (0)