Skip to content
Snippets Groups Projects
Commit 13c90c32 authored by Martin Schoeler's avatar Martin Schoeler
Browse files

change chimp retries settings

with this setting on some tests were acting strange (Retrying successful tests and such)
parent b47fd838
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ module.exports = { ...@@ -112,7 +112,7 @@ module.exports = {
timeout: 40000, timeout: 40000,
reporter: 'min', reporter: 'min',
slow: 100, slow: 100,
retries: 3, //retries: 3,
bail: false // bail after first test failure bail: false // bail after first test failure
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment