[
https://issues.apache.org/jira/browse/CB-8936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876670#comment-14876670
]
ASF GitHub Bot commented on CB-8936:
------------------------------------
Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-medic/pull/62#discussion_r39910252
--- Diff: medic/medic-log.js ---
@@ -66,7 +66,7 @@ function logIOS() {
function logWindows() {
var logScriptPath = path.join("mobilespec", "platforms", "windows",
"cordova", "log.bat");
if (fs.existsSync(logScriptPath)) {
- shelljs.exec(logScriptPath + " --dump", function (code, output) {
+ shelljs.exec(logScriptPath + " --dump --mins 15", function (code,
output) {
--- End diff --
I know this is already merged, but perhaps you can pass the build timeout
as a parameter, so we always wait longer than the timeout even if the timeout
is increased later.
> Surface platform-specific logs in buildbot
> ------------------------------------------
>
> Key: CB-8936
> URL: https://issues.apache.org/jira/browse/CB-8936
> Project: Apache Cordova
> Issue Type: Task
> Components: Medic
> Reporter: Alexander Sorokin
> Assignee: Alexander Sorokin
>
> Platform specific logs (e.g. logcat for android, stderr.log and stdin.log for
> iOS etc.) should be gathered and displayed in buildbot.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]