[OE-core] [PATCH] classes/testimage: increase default boot timeout

Stefan Stanacar stefanx.stanacar at intel.com
Wed Aug 28 10:52:09 UTC 2013


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 at intel.com>
---
 meta/classes/testimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 2bebbd8..b30c841 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -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)
-- 
1.8.3.1




More information about the Openembedded-core mailing list