]> git.baikalelectronics.ru Git - uboot.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)
commit6aacfc810c89ceec6695782f718f2be1b243ecfd
treef486bee5185557b6f5e80f9d713dd1e979c5e6da
parentf228cde1d70c3f86350f7a422c0d10cc9ed1ab2a
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: 4c0c83c9070 ("trace: Add a test")
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_trace.py