mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #5975 from kevinansfield/bump-ember-tests-timeout
Increase timeout in ember tests
This commit is contained in:
commit
a4cadd50bb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ setResolver(resolver);
|
|||
|
||||
/* jshint ignore:start */
|
||||
mocha.setup({
|
||||
timeout: 5000,
|
||||
timeout: 15000,
|
||||
slow: 500
|
||||
});
|
||||
/* jshint ignore:end */
|
||||
|
|
Loading…
Reference in a new issue