mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Increase timeout in ember tests
no issue - increases individual test timeout from 5sec to 15sec It seems Travis is occasionally _very_ slow and will timeout on heavier acceptance tests resulting in random failures. Hopefully this will reduce the number of random test failures we see.
This commit is contained in:
parent
5d7ca080c9
commit
2839dbc420
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ setResolver(resolver);
|
||||||
|
|
||||||
/* jshint ignore:start */
|
/* jshint ignore:start */
|
||||||
mocha.setup({
|
mocha.setup({
|
||||||
timeout: 5000,
|
timeout: 15000,
|
||||||
slow: 500
|
slow: 500
|
||||||
});
|
});
|
||||||
/* jshint ignore:end */
|
/* jshint ignore:end */
|
||||||
|
|
Loading…
Add table
Reference in a new issue