1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
This commit is contained in:
Tankred Hase 2013-09-15 19:55:09 +02:00
parent 7931acc004
commit 573d721d2a

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
}