summaryrefslogtreecommitdiffstats
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:36:08 +0100
commit62d14181e7a8531c9894999efbacbe5f7cc7e199 (patch)
treee1fd1cfdcf2f01052aaff576cf553dd2af7ab9d1
parent4e62e9cb7655669c8e4048e678d8858f8b9f5214 (diff)
downloadpoky-62d14181e7a8531c9894999efbacbe5f7cc7e199.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. (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>
-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
31 31
32TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" 32TEST_SUITES ?= "${DEFAULT_TEST_SUITES}"
33 33
34TEST_QEMUBOOT_TIMEOUT ?= "500" 34TEST_QEMUBOOT_TIMEOUT ?= "1000"
35 35
36python do_testimage() { 36python do_testimage() {
37 testimage_main(d) 37 testimage_main(d)