mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-05-31 00:00:07 +08:00
tests: increased timeout value because test vm takes long time to spin up
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user