You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/09/18 12:04:31 UTC

[cordova-lib] branch master updated: Increase timeout for cordova.platform e2e tests (#699)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 63b26e6  Increase timeout for cordova.platform e2e tests (#699)
63b26e6 is described below

commit 63b26e630c8adb6918a4c7c28e10905e24807eab
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Tue Sep 18 14:04:26 2018 +0200

    Increase timeout for cordova.platform e2e tests (#699)
---
 integration-tests/platform.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/platform.spec.js b/integration-tests/platform.spec.js
index 2234b2d..4f3ae94 100644
--- a/integration-tests/platform.spec.js
+++ b/integration-tests/platform.spec.js
@@ -28,7 +28,7 @@ const fixturesDir = path.join(__dirname, '..', 'spec', 'cordova', 'fixtures');
 const pluginFixturesDir = path.join(fixturesDir, 'plugins');
 
 describe('cordova/platform end-to-end', () => {
-    const TIMEOUT = 120 * 1000;
+    const TIMEOUT = 240 * 1000;
     setDefaultTimeout(TIMEOUT);
 
     let tmpDir, project, pluginsDir, platformsDir, nodeModulesDir, testPlatformDir;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org