Updates:
        Status: Pending

Comment #1 on issue 1481 by pekka.klarck: Wait For Process add arguments "timeout=1m", "handleTimeout=Terminate Process"
http://code.google.com/p/robotframework/issues/detail?id=1481

Having a timeout sounds like a good idea. Unfortunately Popen.wait() doesn't support it, but we can check is the process still running using poll().

I'm not entirely sure is there a need to specify how to handle timeouts. Why not just terminate the process? Giving process name wouldn't generally be enough anyway, but giving arguments could be tricky. Also, if something more sophisticated is needed, it can be implemented externally using `Is Process Alive`.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to