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
Instead of overriding process.returncode and utilizing that attribute to
determine if the process has timed out, utilize a special _timed_out
attribute instead.
This way we don't interfere with upstream logic which may base decisions
based on the value of the process returncode value.
0 commit comments