Sleep step is needed before RunTests to give certain time to toaster for finish the initial setup.
Signed-off-by: Aníbal Limón <[email protected]> --- buildset-config.toaster/toaster-tests.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/buildset-config.toaster/toaster-tests.conf b/buildset-config.toaster/toaster-tests.conf index c471c92..0aa6b46 100644 --- a/buildset-config.toaster/toaster-tests.conf +++ b/buildset-config.toaster/toaster-tests.conf @@ -15,6 +15,7 @@ steps: [{'SetDest':{}}, {'GetBitbakeVersion': {}}, {'ToasterSetupVenv': {}}, {'ToasterStart': {}}, + {'Sleep': {'time': '120'}}, {'ToasterRunTests': {}}, {'ToasterStop': {}}, ] -- 2.1.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
