1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

remove timeout from mocha tests

This commit is contained in:
Tankred Hase 2013-09-15 19:43:21 +02:00
parent 0d45d86bce
commit b4bfc7f127

View File

@ -61,7 +61,6 @@ module.exports = function(grunt) {
mocha: { mocha: {
all: { all: {
options: { options: {
timeout: 20000,
urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'], urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'],
run: false run: false
} }