From db38e10701cd2392a57e559573b715fd6daf6e2a Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Wed, 28 Aug 2013 13:52:09 +0300 Subject: classes/testimage: increase default boot timeout 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 Signed-off-by: Saul Wold --- meta/classes/testimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 2bebbd8650..b30c841cec 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) -- cgit v1.2.3