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 11:18:48 UTC

[cordova-lib] branch master updated: Increase plugman install test timeout (#698)

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 24c4af4  Increase plugman install test timeout (#698)
24c4af4 is described below

commit 24c4af485d6a2818c7bad8b4e3e13eeeaf9af419
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Tue Sep 18 13:18:43 2018 +0200

    Increase plugman install test timeout (#698)
---
 spec/plugman/install.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/plugman/install.spec.js b/spec/plugman/install.spec.js
index e412852..2d14402 100644
--- a/spec/plugman/install.spec.js
+++ b/spec/plugman/install.spec.js
@@ -105,7 +105,7 @@ describe('plugman/install', () => {
                 api.addPlugin.and.callThrough();
                 events.removeAllListeners('results');
             });
-    }, TIMEOUT);
+    }, 2 * TIMEOUT);
 
     afterAll(() => {
         fs.removeSync(temp_dir);


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