Skip to content

Commit 1e8e940

Browse files
YumaMatsuuraHiroyasuNishiyama
authored andcommitted
update timeout options (#59)
1 parent 2af9722 commit 1e8e940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ module.exports = function (grunt) {
6161
},
6262
simplemocha: {
6363
options: {
64-
timeout: 3000
64+
timeout: 10000
6565
},
6666
all: {
6767
src: [ 'test/**/*_spec.js' ]
6868
}
6969
},
7070
mocha_istanbul: {
7171
options: {
72-
timeout: 3000
72+
timeout: 10000
7373
},
7474
coverage: {
7575
src: [ 'test/**/*_spec.js' ]

0 commit comments

Comments
 (0)