Github user filmaj commented on a diff in the pull request:

    https://github.com/apache/cordova-medic/pull/106#discussion_r91951340
  
    --- Diff: medic/medic-appium.js ---
    @@ -355,9 +358,8 @@ function isFailFastError(error) {
     function killProcess(procObj, killSignal, callback) {
         if (procObj.alive) {
             procObj.alive = false;
    -        setTimeout(function () {
    -            kill(procObj.process.pid, killSignal, callback);
    -        }, 1000);
    --- End diff --
    
    I see. I will take a look at this in my windows VM, then. Do you recall 
what version of windows you saw this problem on?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to