Skip to content

Commit 3a13f91

Browse files
committed
added a 5 second test-specific timeout to the code-style test
Travis-CI was failing after 2 seconds. http://mochajs.org/#test-specific-timeouts
1 parent 95db230 commit 3a13f91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var gutil = require('gulp-util');
44
var jscs = require('./');
55

66
it('should check code style of JS files', function (cb) {
7+
this.timeout(5000);
78
var stream = jscs();
89

910
stream.on('error', function (err) {

0 commit comments

Comments
 (0)