• Jeremy Hylton's avatar
    Modify tests so they run more quickly. · 3ca730c8
    Jeremy Hylton authored
    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.
    3ca730c8
test_Sync.py 957 Bytes