Hi Tom, On Fri, 7 Mar 2025 at 14:24, Tom Rini <[email protected]> wrote: > > On Thu, Mar 06, 2025 at 09:04:13AM -0700, Simon Glass wrote: > > > The distro test takes a little longer to shut down and restart, so > > add more time to this operation. > > In the test, make use of u_boot_console.temporary_timeout(val) ?
ensure_spawned() actually sets up the initial timeout, so I don't see how I can do this in the test. It is immediately overwritten by this function. > > > Disable the sleep command for now, as it seems to be unreliable on > > QEMU with '-cpu host'. > > Update the sjg lab stanza to also make use of TEST_PY_TEST_SPEC I think. OK ta. Regards, Simon

