]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/commands: Increase qemu boot timeout to match testimage.bbclass
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:58:53 +0000 (15:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:58:55 +0000 (15:58 +0100)
This matches the value in testimage.bbclass, which makes sense
since the autobuilders are usually contended.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/commands.py

index 50a08dc1faf07e96fcf18a18f243758974a8fc86..08e2cbb906c7e68eb697bcceb26c2f61e842f920 100644 (file)
@@ -188,7 +188,7 @@ def runqemu(pn, test):
         tinfoil.logger.setLevel(logging.WARNING)
         import oeqa.targetcontrol
         tinfoil.config_data.setVar("TEST_LOG_DIR", "${WORKDIR}/testimage")
-        tinfoil.config_data.setVar("TEST_QEMUBOOT_TIMEOUT", "90")
+        tinfoil.config_data.setVar("TEST_QEMUBOOT_TIMEOUT", "1000")
         import oe.recipeutils
         recipefile = oe.recipeutils.pn_to_recipe(tinfoil.cooker, pn)
         recipedata = oe.recipeutils.parse_recipe(recipefile, [], tinfoil.config_data)