Hi all,
I'm looking for help on how to handle acquiring a semaphore while maintaining the position in the queue to maintain FIFO of a multi unit test setup that shares resources.
What I'm doing now is using a long timeout, which I can't get out of if I would like to abort the test.
I would use a short timeout and put it in a loop, but I don't want the UUT to lose it's place in line.
Any ideas?