commit | 6c7c3dcc59d4ad49e4b1e773b98f9c110a13f306 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 13 22:28:31 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 13:45:37 2017 -0400 |
tree | 41dd5a322c09f90869af84ec17743f15d47854f9 | |
parent | 59ab72d7bc5672eaf74820cde156be313217c087 [diff] |
test/py/tests/test_sleep.py: test time approximately On qemu errors like assert 2.999650001525879 >= 3 occur. According to the comment in the code the test is meant to be approximate. So we should accept some milliseconds less. Cc: Stephen Warren <swarren@nvidia.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Stephen Warren <swarren@nvidia.com>