Increase fvp jobs timeouts
Jobs timeout must be equal or greater than the job boot timeout + job
test timeout, so incresing it to proper values.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I82e054cf58c6b6873397c1af7bcb14794fb1acb4
diff --git a/script/gen_fvp_linux_yaml.sh b/script/gen_fvp_linux_yaml.sh
index 22069b1..08b9792 100755
--- a/script/gen_fvp_linux_yaml.sh
+++ b/script/gen_fvp_linux_yaml.sh
@@ -17,7 +17,7 @@
connection:
minutes: 3
job:
- minutes: 10
+ minutes: 30
actions:
auto-login-action:
minutes: 5
diff --git a/script/gen_fvp_tftf_yaml.sh b/script/gen_fvp_tftf_yaml.sh
index ddf46f3..9821102 100755
--- a/script/gen_fvp_tftf_yaml.sh
+++ b/script/gen_fvp_tftf_yaml.sh
@@ -17,7 +17,7 @@
connection:
minutes: 3
job:
- minutes: 10
+ minutes: 60
actions:
auto-login-action:
minutes: 5