diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2013-08-28 13:52:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-28 23:36:08 +0100 |
commit | 62d14181e7a8531c9894999efbacbe5f7cc7e199 (patch) | |
tree | e1fd1cfdcf2f01052aaff576cf553dd2af7ab9d1 /meta/classes/testimage.bbclass | |
parent | 4e62e9cb7655669c8e4048e678d8858f8b9f5214 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | 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 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 | ||
32 | TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" | 32 | TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" |
33 | 33 | ||
34 | TEST_QEMUBOOT_TIMEOUT ?= "500" | 34 | TEST_QEMUBOOT_TIMEOUT ?= "1000" |
35 | 35 | ||
36 | python do_testimage() { | 36 | python do_testimage() { |
37 | testimage_main(d) | 37 | testimage_main(d) |