[oe-commits] Stefan Stanacar : classes/testimage: increase default boot timeout

git at git.openembedded.org git at git.openembedded.org
Wed Aug 28 22:25:05 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: db38e10701cd2392a57e559573b715fd6daf6e2a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=db38e10701cd2392a57e559573b715fd6daf6e2a

Author: Stefan Stanacar <stefanx.stanacar at intel.com>
Date:   Wed Aug 28 13:52:09 2013 +0300

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/testimage.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)



More information about the Openembedded-commits mailing list