diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-19 01:03:09 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-07-19 01:03:13 +0000 |
commit | 507096581f8659477bc51a934470d32a002901d8 (patch) | |
tree | 782976a7fad6ebaa485651757de3f0bdf8d8f03a | |
parent | c358eb42ebbc5128bc6a0d5228e0bea08e8bc882 (diff) |
jjb/common: run-test-short: QEMU: increase boot timeout
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>
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 47757c6a..6b8aff12 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -89,6 +89,8 @@ actions: compression: @REPLACE_INITRAMFS_COMPRESSION@ - boot: + timeout: + minutes: 5 method: @REPLACE_BOOT_METHOD@ media: tmpfs prompts: ["root@@REPLACE_MACHINE@:~"] |