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
Would it make sense to add an optional timeout argument to host.run?
In run_local it could be passed to p.communicate() and I imagine the other backends would have similar way to specify timeout.
Sorry if I'm missing something, I'm new to testinfra.