]> git.dujemihanovic.xyz Git - u-boot.git/commit
trace: Relax test requirements
authorSimon Glass <sjg@chromium.org>
Fri, 17 Feb 2023 22:45:16 +0000 (15:45 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Feb 2023 18:29:20 +0000 (13:29 -0500)
commitc1d266a781600f8c4c18449016edffb5597153cb
treef486bee5185557b6f5e80f9d713dd1e979c5e6da
parentd85bc196cbf9b70be203047a3450643f1999fe4c
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>
test/py/tests/test_trace.py