1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 02:42:17 -05:00

add timeout to mocha grunt job

This commit is contained in:
Tankred Hase 2013-09-15 15:24:56 +02:00
parent dd458c719a
commit 63d1d12d71

View File

@ -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
}