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 default timeout is None which can lead a problems, if by mistake command will run infinite.
Need to use reasonable long timeout by default.
Propose 15 minutes (we still allow None, but normally commands ends faster, than in 15 minutes).