Merge pull request #1473 from eordano/style/grunt-auto-loader

Change gruntfile and update dependencies
This commit is contained in:
Matias Alejo Garcia 2014-09-25 09:44:04 -03:00
commit 4b41915df6
3 changed files with 64 additions and 70 deletions

View file

@ -1,5 +1,5 @@
if (typeof window != 'undefined') {
window.mocha.setup({
timeout: 5000
timeout: 8000
});
}