commit | 8b031871218689e72ecf517ad6d584ae4c659aad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:36 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | 0c6c4b0a6541ded6edd8f6104a6cafe315b17010 | |
parent | ecdf3ab01f66585d0cb630b3ec28981dd4e7adff [diff] |
test: Add a generic function to skip delays At present this feature is sandbox-specific. For running tests on boards, we need a nop version. Add one. Signed-off-by: Simon Glass <sjg@chromium.org>