classes/testimage: increase default boot timeout
authorStefan Stanacar <stefanx.stanacar@intel.com>
Wed, 28 Aug 2013 10:52:09 +0000 (13:52 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Aug 2013 22:36:08 +0000 (23:36 +0100)
While I can't reproduce on local builds, sometimes images fail
to boot on AB (which runs many builds at once). Assuming
there isn't something weird going on, let's just give it more time.

(From OE-Core rev: db38e10701cd2392a57e559573b715fd6daf6e2a)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass

index 2bebbd8..b30c841 100644 (file)
@@ -31,7 +31,7 @@ DEFAULT_TEST_SUITES_pn-core-image-sato-sdk = "ping ssh df connman syslog xorg sc
 
 TEST_SUITES ?= "${DEFAULT_TEST_SUITES}"
 
-TEST_QEMUBOOT_TIMEOUT ?= "500"
+TEST_QEMUBOOT_TIMEOUT ?= "1000"
 
 python do_testimage() {
     testimage_main(d)