Re: [PATCH] trace: Relax test requirements

2023-02-24 Thread Tom Rini
On Fri, Feb 17, 2023 at 03:45:16PM -0700, Simon Glass wrote: > We expect the profile and bootstage to agree on timing, but when > running on slow machines there can be a larger descrepency. Increase the > tolerance to fix this. > > Fixes: 9cea4797aeb ("trace: Add a test") > Signed-off-by: Simon G

[PATCH] trace: Relax test requirements

2023-02-17 Thread Simon Glass
We expect the profile and bootstage to agree on timing, but when running on slow machines there can be a larger descrepency. Increase the tolerance to fix this. Fixes: 9cea4797aeb ("trace: Add a test") Signed-off-by: Simon Glass --- test/py/tests/test_trace.py | 5 +++-- 1 file changed, 3 inser