1. 27 Apr, 2016 1 commit
  2. 26 Apr, 2016 2 commits
    • Robert Knight's avatar
      Enable slow test reporting · 7bde508b
      Robert Knight authored
      This should help to catch slow tests in development before they become
      flakey failures on Travis.
      7bde508b
    • Robert Knight's avatar
      Fix two slow tests · 7f48a0c9
      Robert Knight authored
       * Avoid `assert.includes()` in Bridge test, since this does a deep
         equality comparison which is much more expensive than necessary
         (50-60ms to execute on a desktop system with no contention. I think
         this might explain the very occassional failure seen on Travis).
      
       * Use the correct name for the `retries` option in a
         retryPromiseOperation() test. This test should have failed but
         because the min timeout value was set so low, the test was taking < 2
         seconds to run even though it was retrying 10 times with an
         expontentially increasing timeout.
      7f48a0c9
  3. 23 Apr, 2016 2 commits
  4. 22 Apr, 2016 2 commits
  5. 21 Apr, 2016 2 commits
  6. 20 Apr, 2016 14 commits
  7. 19 Apr, 2016 17 commits