From ee26b78e0d00be94c45baddff6842c363e8364ee Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Mon, 18 Nov 2019 03:09:32 +0100 Subject: [PATCH] chore: update mocha timeout values --- test/e2e-tooling/test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e-tooling/test.js b/test/e2e-tooling/test.js index 211a41a..ac2d025 100644 --- a/test/e2e-tooling/test.js +++ b/test/e2e-tooling/test.js @@ -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) {