commit | 49ad1d88dd0a4b42a978fe971c0b55ac99c2ea9c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:16 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:24 2022 -0400 |
tree | 52a40e8a101e99ddf9322762afd4fd011229fca1 | |
parent | 7942bdcc326628c36853e80d06fe21e238297cbc [diff] |
bootstd: Drop delays in the tests Some tests go as far as booting a distribution. In this case a menu is presented to the user, with a two-second timeout. This adds a total of 12 seconds to the test runs at present. Avoid this by inserting a response using the console-recording feature. Signed-off-by: Simon Glass <sjg@chromium.org>