From 507096581f8659477bc51a934470d32a002901d8 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 19 Jul 2017 01:03:09 +0000 Subject: 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 --- jjb/common/include-agl-run-test-short.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/common/include-agl-run-test-short.sh') 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@:~"] -- cgit 1.2.3-korg