How to set default timeout
Yelinz opened this issue · 1 comments
Yelinz commented
I have not found any documentation on how to set the default timeout in version 0.14.0, before that you could just add mocha.setup({timeout: 10000})
into the test-helper file, but now the layout of that file has changed.
Is it still possible, if yes maybe add some documentation?
Yelinz commented
You can still call mocha.setup({timeout: 10000})
in test-helper.js