<a href="http://github.com/mlaite/pony-build/blob/subprocess/client/pony_client.py#L93">http://github.com/mlaite/pony-build/blob/subprocess/client/pony_client.py#L93</a><br><br>In the process of writing a test for this......<br>
<br>One thing I need to discuss is, do we split the timeout off to its own func?(not sure if its even really possible like that with current setup of _run_command) or do we just add timeout argument to all the *Clones so that you can specify in build scripts, then when the *Clones call _runPcommand they pass timeout like that?<br>
<br>Do we do two separate versions of _run_command?<br><br>Max<br>