Hi Tom, On Mon, 17 Feb 2025 at 17:46, Tom Rini <tr...@konsulko.com> wrote: > > On Sun, Feb 16, 2025 at 01:44:12PM -0700, Simon Glass wrote: > > > The distro test takes a little longer to shut down and restart, so > > add more time to this operation. > > > > Disable the sleep command for now, as it seems to be unreliable on > > QEMU with '-cpu host'. > > > > More thought will be needed for both of these problems. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > We already do: > TEST_PY_TEST_SPEC: "not sleep" > for every QEMU target in CI. The test fuzz-factor is generally enough > for sandbox, but maybe we should just make that test opt-in.
It is useful to have it on real boards. For QEMU there is actually a bug on x86 where the timer is wrong in some cases. Still, we are making progress. Regards, Simon