remove timeout from mocha tests

This commit is contained in:
Tankred Hase 2013-09-15 19:43:21 +02:00
parent 0d45d86bce
commit b4bfc7f127
1 changed files with 0 additions and 1 deletions

View File

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