You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ExecHelperTimeoutError contains only message and inherited from ExecHelperError while used in single call scenarios only.
Need to re-inherit ExecHelperError and provide result + timeout + properties access to cmd, stdout_str and stderr_str.