gen_fvp_linux_yaml.sh: set longer timeouts for test actions

Timeouts have being observed recently on FVP Linux jobs, in particular
at some test interactive actions waiting for shell prompt [1], so
default lava timeouts (30 seconds) are no longer enough. Set 5 minutes
for both test actions (monitor and interactive) giving enough time for
each action to complete its execution.

[1] https://linaro.atlassian.net/browse/TFC-176?focusedCommentId=115432

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I19d5c9c649751e95f04872c43a1975d4cddcec35
diff --git a/script/gen_fvp_linux_yaml.sh b/script/gen_fvp_linux_yaml.sh
index 9d85cdb..a2b8dfd 100755
--- a/script/gen_fvp_linux_yaml.sh
+++ b/script/gen_fvp_linux_yaml.sh
@@ -21,9 +21,17 @@
     minutes: 3
   job:
     minutes: 30
+  action:
+    minutes: 20
   actions:
     auto-login-action:
       minutes: 5
+    lava-test-monitor:
+      minutes: 5
+    lava-test-interactive:
+      minutes: 5
+    lava-test-shell:
+      seconds: 300
     http-download:
       minutes: 2
     download-retry: