commit | 420107b01167eff93296f23ca0a24787c8daee00 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 17 15:45:16 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 23 13:29:20 2023 -0500 |
tree | f486bee5185557b6f5e80f9d713dd1e979c5e6da | |
parent | e189adf20f5a20ee7ef6956d621f706791d5dbce [diff] |
trace: Relax test requirements 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 <sjg@chromium.org>