Modify tests so they run more quickly.
Modify tests so that thread execution is actually interleaved; the old version ended up having one thread run to completion, then the next, etc. Use explicit counter to keep track of child threads, rather than counting on long sleep to be long enough.
Showing
Please register or sign in to comment