diff --git a/packages/grpc-native-core/gulpfile.js b/packages/grpc-native-core/gulpfile.js index 71a0b0ba..8e32d743 100644 --- a/packages/grpc-native-core/gulpfile.js +++ b/packages/grpc-native-core/gulpfile.js @@ -68,7 +68,7 @@ gulp.task('build', 'Build native package', () => { }); gulp.task('test', 'Run all tests', ['build'], () => { - return gulp.src(`${testDir}/*.js`).pipe(mocha({reporter: 'mocha-jenkins-reporter'})); + return gulp.src(`${testDir}/*.js`).pipe(mocha({timeout: 5000, reporter: 'mocha-jenkins-reporter'})); }); gulp.task('doc.gen', 'Generate docs', (cb) => {