zephyr/tests/kernel/interrupt/src
Andy Ross 53c8d61529 tests/kernel/interrupt: Don't wait so long just for a tick
There's no reason to wait a whole second here just to know if a tick
should have fired (though, yes, on some older/legacy/non-tickless
configurations, 128 ticks is actually more than a second).

Some simulators are very slow; busy waiting is expensive.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2022-01-26 13:34:45 -05:00
..
direct_isr.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00
dynamic_isr.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00
interrupt_offload.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00
main.c tests: interrupt: add test cases of direct interrupt for arch x86 and posix 2021-05-07 23:24:17 -04:00
nested_irq.c arm64: mitigate FPU-in-exception usage side effects 2021-05-21 04:52:44 -05:00
prevent_irq.c tests/kernel/interrupt: Don't wait so long just for a tick 2022-01-26 13:34:45 -05:00
regular_isr.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00