
From: Simon Glass <sjg@chromium.org> These tests do take quite a bit of time, so mark them as such. Signed-off-by: Simon Glass <sjg@chromium.org> --- test/py/tests/test_sleep.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/py/tests/test_sleep.py b/test/py/tests/test_sleep.py index f1bf34e05b2..84112ab0eb6 100644 --- a/test/py/tests/test_sleep.py +++ b/test/py/tests/test_sleep.py @@ -19,6 +19,7 @@ env__sleep_margin = 0.25 """ +@pytest.mark.slow def test_sleep(ubman): """Test the sleep command, and validate that it sleeps for approximately the correct amount of time.""" @@ -43,6 +44,7 @@ def test_sleep(ubman): assert elapsed < (sleep_time + sleep_margin) @pytest.mark.buildconfigspec("cmd_time") +@pytest.mark.slow def test_time(ubman): """Test the time command, and validate that it gives approximately the correct amount of command execution time.""" -- 2.43.0