From 63d1d12d715bb1e7273db461d0594a4066d03936 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sun, 15 Sep 2013 15:24:56 +0200 Subject: [PATCH] add timeout to mocha grunt job --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index eb7bd31..fd6d978 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -61,6 +61,7 @@ module.exports = function(grunt) { mocha: { all: { options: { + timeout: 20000, urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'], run: false }