mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
chore: configure mocha threshold values
This commit is contained in:
@@ -22,7 +22,8 @@ describe('Advanced HTTP e2e test suite', function () {
|
||||
let driver;
|
||||
let allPassed = true;
|
||||
|
||||
this.timeout(900000);
|
||||
this.timeout(15000);
|
||||
this.slow(4000);
|
||||
|
||||
before(async function () {
|
||||
driver = await wd.promiseChainRemote(serverConfig.getServer(environment));
|
||||
|
||||
Reference in New Issue
Block a user