zephyr/tests/kernel/workq
Daniel Leung 1cd545d5ae tests: work_queue: wait longer for expired triggering items
The test_triggered_wait_expired test submits the items with
2*SUBMIT_WAIT timeout and waits for the timeout to expire
so the items are being worked on. It waits one SUBMIT_WAIT
and checks none of the items have started. Then waits
another SUBMIT_WAIT to check if they have all finished.
However, since the timeout is at 2*SUBMIT_WAIT, the work
queue may have just started going through the list of items.
This means some items may have started while others have not.
This results in the test failing as not all items have
finished. So lengthen the second sleep to allow items to
finish before checking.

Fixes #28589

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-10-05 14:36:33 -05:00
..
critical sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
work_queue tests: work_queue: wait longer for expired triggering items 2020-10-05 14:36:33 -05:00
work_queue_api tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00