Timeout Issues in Console

I am facing timeout issues in console. What is the reason behind it and what can I do about it?

Hi Jim,

The timeout that we have configured with Console is 3 hours.
So, the timeout is most likely happening because of connectivity on your end.
We have noticed in past that users’ get timeout issue if their internet connection is flaky.

Can you please check if there is any packet loss at your side? A quick command to test that will be

ping 8.8.8.8

A command called screen could be really useful for frequent disconnection. With screen you can resume the work where you left off.

To start, type screen command and then continue the work.

If you get disconnected, resume the work with screen -r

Hope it helps.