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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5bed039  decrease to 9 min to work around 10min command limit on 
travis: 
https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
5bed039 is described below

commit 5bed039d6dfbb758a19e066d27a2aa1c1739b2f5
Author: Jan Piotrowski <[email protected]>
AuthorDate: Mon Oct 1 15:06:10 2018 +0200

    decrease to 9 min to work around 10min command limit on travis: 
https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
---
 lib/paramedic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/paramedic.js b/lib/paramedic.js
index 95d35d0..1c4d642 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -47,7 +47,7 @@ require('./appium/helpers/wdHelper');
 
 // Time to wait for initial device connection.
 // If device has not connected within this interval the tests are stopped.
-var INITIAL_CONNECTION_TIMEOUT = 600000; // 10mins
+var INITIAL_CONNECTION_TIMEOUT = 540000; // 9mins
 
 var applicationsToGrantPermission = [
     'kTCCServiceAddressBook'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to