lava-templates/fvp-tftf.yaml: Decrease default lava_timeout in half
Majority of TFTF tests run under 3 minutes. Having too high a timeout
leads to problems with tests which don't produce any output (e.g., fail
to boot) or miss fail-fast clauses. So, set reasonable default timeout,
and be ready to set specific timeout for a few tests which may require
a higher value.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I5b2a87c42d162b94653b4a8f798c0af2b523dce7
diff --git a/script/lava-templates/fvp-tftf.yaml b/script/lava-templates/fvp-tftf.yaml
index 3906758..a10bfbe 100644
--- a/script/lava-templates/fvp-tftf.yaml
+++ b/script/lava-templates/fvp-tftf.yaml
@@ -23,7 +23,7 @@
lava-test-monitor:
minutes: 7
lava-test-interactive:
- seconds: ${lava_timeout:-780}
+ seconds: ${lava_timeout:-390}
lava-test-shell:
seconds: 300
lava-test-retry: