jjb/common: run-test-short: QEMU: increase boot timeout 49/10249/1
authorKevin Hilman <khilman@baylibre.com>
Wed, 19 Jul 2017 01:03:09 +0000 (01:03 +0000)
committerKevin Hilman <khilman@baylibre.com>
Wed, 19 Jul 2017 01:03:13 +0000 (01:03 +0000)
QEMU jobs in some labs can be slow, especially when LAVA servers are
busy and the rootfs has lots to do before reaching a login prompt.

Increase the timeout to reach a login prompt to 5 minutes (from 2
minutes) to allow plenty of time.

Change-Id: I71738a521d7fed8ae8bd9288a9f503dd00f94c92
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-run-test-short.sh

index 47757c6..6b8aff1 100644 (file)
@@ -89,6 +89,8 @@ actions:
           compression: @REPLACE_INITRAMFS_COMPRESSION@
 
 - boot:
+    timeout:
+      minutes: 5
     method: @REPLACE_BOOT_METHOD@
     media: tmpfs
     prompts: ["root@@REPLACE_MACHINE@:~"]