change chimp retries settings

with this setting on some tests were acting strange (Retrying successful tests and such)
pull/5980/head
Martin Schoeler 9 years ago
parent b47fd838c6
commit 13c90c32de
  1. 2
      tests/chimp-config.js

@ -112,7 +112,7 @@ module.exports = {
timeout: 40000,
reporter: 'min',
slow: 100,
retries: 3,
//retries: 3,
bail: false // bail after first test failure
},

Loading…
Cancel
Save