refactor(launchBackTest): setted default timeout back to 5 secs

This commit is contained in:
Carlos Jimenez Ruiz 2021-10-11 11:18:11 +02:00
parent 1e93f221d8
commit 440f4d270c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ async function launchBackTest(done) {
verbose: false,
includeStackTrace: false,
errorOnFail: false,
timeout: 6000,
timeout: 5000,
config: {}
};