mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 20:32:15 -05:00
add timeout to mocha grunt job
This commit is contained in:
parent
dd458c719a
commit
63d1d12d71
@ -61,6 +61,7 @@ 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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user