From aeefc9f5ef98ee4c1f7026ac9b1ea4b756327818 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Mon, 16 Oct 2017 10:57:05 +0200 Subject: [PATCH] tests: increased timeout value because test vm takes long time to spin up --- test/mocha-specs/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha-specs/test.js b/test/mocha-specs/test.js index 1c291bc..6ae2ce2 100644 --- a/test/mocha-specs/test.js +++ b/test/mocha-specs/test.js @@ -11,7 +11,7 @@ describe('Advanced HTTP', function() { let driver; let allPassed = true; - this.timeout(300000); + this.timeout(900000); const getCaps = appName => { const isDevice = process.argv.includes('--device');