[
https://issues.apache.org/jira/browse/CB-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15111754#comment-15111754
]
ASF GitHub Bot commented on CB-10405:
-------------------------------------
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-medic/pull/72#discussion_r50492408
--- Diff: medic/medic-run.js ---
@@ -44,7 +44,9 @@ var MEDIC_BUILD_PREFIX = "medic-cli-build";
var DEFAULT_WINDOWS_VERSION = "store";
var WINDOWS_VERSION_CHOICES = ["store", "store80", "phone"];
var DEFAULT_TIMEOUT = 600; // in seconds
-var SERVER_RESPONSE_TIMEOUT = 3000; // in milliseconds
+var SERVER_RESPONSE_TIMEOUT = 15000; // in milliseconds
+var MAX_NUMBER_OF_TRIES = 3;
+var WAIT_TIME_FOR_CORDOVA_VM = 15000; // in milliseconds
--- End diff --
Sorry, small nitpick again: this name doesn't describe what we're waiting
for. Specifically, we're waiting for some time before retrying.
> Connectivity issue to Cordova VM
> ---------------------------------
>
> Key: CB-10405
> URL: https://issues.apache.org/jira/browse/CB-10405
> Project: Apache Cordova
> Issue Type: Bug
> Reporter: Sarangan Rajamanickam
> Assignee: Sarangan Rajamanickam
> Labels: found-by-ci
>
> During Apache Cordova CI, we get errors while checking the cordova VMs. They
> are intermittent. So, we need to add retry logic to the code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]