[
https://issues.apache.org/jira/browse/CB-11332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15310032#comment-15310032
]
ASF GitHub Bot commented on CB-11332:
-------------------------------------
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/7#discussion_r65330792
--- Diff: lib/paramedic.js ---
@@ -296,5 +532,8 @@ exports.run = function(paramedicConfig) {
runner.storedCWD = storedCWD;
return runner.run()
- .timeout(paramedicConfig.getTimeout(), "This test seems to be blocked
:: timeout exceeded. Exiting ...");
+ .timeout(paramedicConfig.getTimeout(), 'This test seems to be blocked
:: timeout exceeded. Exiting ...')
+ .catch(function (error) {
--- End diff --
Should we catch errors here? They are being caught in `main.js already`
> Run core plugins tests on Saucelabs
> -----------------------------------
>
> Key: CB-11332
> URL: https://issues.apache.org/jira/browse/CB-11332
> Project: Apache Cordova
> Issue Type: Test
> Components: AllPlugins
> Reporter: Alexander Sorokin
> Assignee: Alexander Sorokin
>
> Use Appium to deploy the app and gather results via paramedic's tunnel.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]