• Jason Madden's avatar
    Avoid most calls to time.sleep() in the tests by mocking time.[gm]time · e0bc8bd5
    Jason Madden authored
    This also makes us more deterministic. (Based on code I wrote for nti.testing.)
    
    On my machine, this speeds up a sequential test run from 4:08 to 1:30.
    
    We no longer get much benefit from running the layer tests in
    parallel, in fact it looks like the overhead actually slows them down
    slightly, so stop doing that.
    e0bc8bd5
test_repozo.py 46.4 KB