Extend the timeouts to cope with the downloads 95/10395/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Jul 2017 11:50:52 +0000 (13:50 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Jul 2017 11:50:52 +0000 (13:50 +0200)
Change-Id: I24bc9edfe1d62f7f5ab39ca1fc34e5154b52e4cf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-run-test-short.sh

index ee7b623..39d7ca5 100644 (file)
@@ -55,6 +55,8 @@ actions:
 
 # BOOT_BLOCK
 - boot:
+    timeout:
+      minutes: 10
     method: @REPLACE_BOOT_METHOD@
     commands: nbd
     type: @REPLACE_BOOT_TYPE@
@@ -76,7 +78,7 @@ context:
 actions:
 - deploy:
     timeout:
-      minutes: 3
+      minutes: 10
     to: tmpfs
     os: oe
     images:
@@ -90,7 +92,7 @@ actions:
 
 - boot:
     timeout:
-      minutes: 5
+      minutes: 10
     method: @REPLACE_BOOT_METHOD@
     media: tmpfs
     prompts: ["root@@REPLACE_MACHINE@:~"]