commit | 32815d30b1d4b2126cdff5ef9908446e1880d44e | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Jun 23 09:21:54 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Fri Jul 18 16:49:14 2025 +0100 |
tree | 444daec706ad840760bcd8bac23c2e286a3b79c2 | |
parent | c229e235e317da7f13110563b30891871c2d0e91 [diff] |
perf(tftf): reduce the IRQ validation wait The IRQ validation test waits for half a second before checking that an interrupt happened and it wasn't handled. This is an eternity for any reasonable system and waiting that long isn't necessary. Reduce the wait so that testing is quicker. Change-Id: I90b2b74815815bac4272df992725a8311c6f373d Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>