Skip to content

Commit ae514e1

Browse files
committed
test(gen): slow tests are 500ms and above
[skip ci]
1 parent 97ddb8b commit ae514e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const mocha = lazypipe()
2222
.pipe(gulpMocha, {
2323
reporter: 'spec',
2424
timeout: 120000,
25+
slow: 500,
2526
globals: {
2627
should: require('should')
2728
},

0 commit comments

Comments
 (0)