1. 23 Sep, 2019 1 commit
  2. 20 Sep, 2019 2 commits
  3. 09 May, 2019 3 commits
  4. 08 May, 2019 3 commits
  5. 07 May, 2019 2 commits
  6. 18 Mar, 2019 2 commits
  7. 06 Mar, 2019 3 commits
  8. 29 Jan, 2019 2 commits
  9. 13 Dec, 2018 2 commits
  10. 23 Nov, 2018 1 commit
  11. 25 Oct, 2018 5 commits
  12. 24 Oct, 2018 3 commits
  13. 14 Oct, 2018 2 commits
  14. 13 Oct, 2018 4 commits
  15. 03 Oct, 2018 1 commit
  16. 21 Sep, 2018 1 commit
  17. 31 Aug, 2018 1 commit
  18. 24 Aug, 2018 1 commit
  19. 23 Aug, 2018 1 commit
    • 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