Re: [PATCH v2 27/28] RFC: test/py: Deal with timeouts

2025-03-14 Thread Simon Glass
Hi Tom, On Mon, 17 Feb 2025 at 17:46, Tom Rini 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 unrelia

Re: [PATCH v2 27/28] RFC: test/py: Deal with timeouts

2025-02-17 Thread Tom Rini
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

[PATCH v2 27/28] RFC: test/py: Deal with timeouts

2025-02-16 Thread Simon Glass
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 --- (no changes since