aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-08-28 13:52:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-28 23:35:56 +0100
commitdb38e10701cd2392a57e559573b715fd6daf6e2a (patch)
treeee17650e03fdfa2f208229f91d03067c30997a44 /meta
parent188acd0a75e188fd7c0d2979acaf13fd18b12106 (diff)
downloadopenembedded-core-db38e10701cd2392a57e559573b715fd6daf6e2a.tar.gz
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 <stefanx.stanacar@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/testimage.bbclass2
1 files changed, 1 insertions, 1 deletions
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)