]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:35:56 +0000 (23:35 +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.

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

index 2bebbd8650d92c43220110f40abbb3c687d8367e..b30c841cec3e1d8d74513b7f9dd7a870e0ee64d0 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)