diff --git a/gulpfile.js b/gulpfile.js index 73b325449..efd1d15ba 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -94,8 +94,11 @@ async function launchBackTest(done) { await new Promise((resolve, reject) => { const jasmine = require('gulp-jasmine'); - let options = { + const options = { + verbose: false, + includeStackTrace: false, errorOnFail: false, + timeout: 6000, config: {} };