chore: update mocha timeout values

This commit is contained in:
Sefa Ilkimen 2019-11-18 03:09:32 +01:00
parent d924f98844
commit ee26b78e0d

View File

@ -26,6 +26,9 @@ describe('Advanced HTTP e2e test suite', function () {
this.slow(4000);
before(async function () {
// connecting to saucelabs can take some time
this.timeout(300000);
driver = await wd.promiseChainRemote(serverConfig.getServer(environment));
if (isVerbose) {