Avoid most calls to time.sleep() in the tests by mocking time.[gm]time
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.
Showing
Please register or sign in to comment