commit | b2dfe8382d9dff1f06ac703e736c1633b09bfca2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 18 12:13:15 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 31 12:26:44 2021 -0600 |
tree | fc516aafbce07a878f094520e77d0a1b33d5032d | |
parent | 2289629f27f743003254d0a31ae9ed6175d1dd63 [diff] |
binman: Allow timeout to occur in the image or its section At present testThreadTimeout() assumes that the expected timeout happens first when building the section, but it can just as easily happen at the top-level image. Update the test to cope with both. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>