tests: increased timeout value because test vm takes long time to spin up

This commit is contained in:
Sefa Ilkimen
2017-10-16 10:57:05 +02:00
parent 4ea9c24d6d
commit aeefc9f5ef
+1 -1
View File
@@ -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');