VMware vCenter Server Appliance 5.5.x
VMware vCenter Server Appliance 5.1.x
VMware vCenter Server Appliance 6.0.x
VMware vCenter Server Appliance 6.7
VMware vCenter Server Appliance 7.x
Use one of these methods to increase the default timeout limit for the vCenter Server Appliance:
echo "TMOUT=300" >> /etc/bash.bashrc
echo "readonly TMOUT" >> /etc/bash.bashrc
echo "export TMOUT" >> /etc/bash.bashrc
To see the current timeout limit, run this command from the bash shell:
echo -n $TMOUT seconds ; echo