Implement timeout correctly for subprocess
This changes timeout from seconds to milliseconds. This is consistent with previous events design. Previously used seconds had to be multiplied and milliseconds divided respectively to hook to current code. This just makes more sense.
Showing
Please register or sign in to comment