0
Fork 0
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:
Hannah Wolfe 2015-10-20 19:17:36 +01:00
commit a4cadd50bb

View file

@ -5,7 +5,7 @@ setResolver(resolver);
/* jshint ignore:start */
mocha.setup({
timeout: 5000,
timeout: 15000,
slow: 500
});
/* jshint ignore:end */