Skip to content

Commit

Permalink
Adding timeout configuration option (#211)
Browse files Browse the repository at this point in the history
* Adding timeout configuration option

* Removing blank line
  • Loading branch information
fadc80 authored and johnjbarton committed Jun 21, 2018
1 parent d7523d0 commit 5b45cc1
Show file tree
Hide file tree
Showing 4 changed files with 7,137 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ module.exports = function(config) {
random: true,
seed: '4321',
stopOnFailure: true,
failFast: true
failFast: true,
timeoutInverval: 1000
}
}
})
Expand Down
Loading

0 comments on commit 5b45cc1

Please sign in to comment.