refactor(launchBackTest): setted default timeout back to 5 secs
This commit is contained in:
parent
1e93f221d8
commit
440f4d270c
|
@ -98,7 +98,7 @@ async function launchBackTest(done) {
|
||||||
verbose: false,
|
verbose: false,
|
||||||
includeStackTrace: false,
|
includeStackTrace: false,
|
||||||
errorOnFail: false,
|
errorOnFail: false,
|
||||||
timeout: 6000,
|
timeout: 5000,
|
||||||
config: {}
|
config: {}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue