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>
diff --git a/tftf/tests/framework_validation_tests/test_validation_irq.c b/tftf/tests/framework_validation_tests/test_validation_irq.c
index 67f5c29..fb4645c 100644
--- a/tftf/tests/framework_validation_tests/test_validation_irq.c
+++ b/tftf/tests/framework_validation_tests/test_validation_irq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2025, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -102,7 +102,7 @@
* Wait for some time so that SGI interrupts the processor, Normally it
* takes a small but finite time for the IRQ to be sent to processor
*/
- waitms(500);
+ waitms(100);
if (counter != 2) {
tftf_testcase_printf(