• Karel Koci's avatar
    Implement timeout correctly for subprocess · 1b5519c7
    Karel Koci authored
    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.
    1b5519c7