odp icon indicating copy to clipboard operation
odp copied to clipboard

[PATCH v1] validation: timer: reuse timer in test cases

Open psavol opened this issue 2 years ago • 0 comments

Many timer validation tests use each allocated timer only once. Applications commonly reuse single shot timers after they expire or are cancelled. Added loop a repeat loop into single shot timer tests. Selected repeat count and timeout values so that test cse duration remain about the same than before (1 sec).

psavol avatar Aug 15 '22 13:08 psavol