Change gruntfile and update dependencies

This commit is contained in:
Esteban Ordano 2014-09-24 12:34:29 -03:00
commit 8596b3d273
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
});
}