3092-module_transactions #740
|
@ -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: {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue