chore: configure mocha threshold values

This commit is contained in:
Sefa Ilkimen
2019-11-18 02:28:52 +01:00
parent 7a09fa9460
commit 8fceb4df97
+2 -1
View File
@@ -22,7 +22,8 @@ describe('Advanced HTTP e2e test suite', function () {
let driver;
let allPassed = true;
this.timeout(900000);
this.timeout(15000);
this.slow(4000);
before(async function () {
driver = await wd.promiseChainRemote(serverConfig.getServer(environment));