<!-- Have you read AutolabJS' Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/AutolabJS/autolabcli/blob/master/CODE_OF_CONDUCT.md --> ### Description The timeout value for the expiry of credentials is hardcoded to 120 minutes. **Expected behavior:** The time should be moved to the config file. The user should be able to modify the same accordingly by the use of prefs command. **Actual behavior:** The value is currently [hardcoded](https://github.com/AutolabJS/autolabcli/blob/master/lib/utils/command-validator.js#L4).