I hope I can describe my question clearly for you.
My sequence is something like the following:
It's a simple sequence.
Test 2 is faster than Test 1 so that it usually leads to test 1 is occupied by one testsocket and awaited by the other testsocket.
However the step of Ready(10 seconds) is independent of the resource, and it is too long.
My question is ... can I do the step of Ready(10 seconds) while the Test 1 is occupied by other testsocket?