Adds a new notification level:
'Notice' messages which are non-critical warnings during reservation retrieval about timeouts while waiting for logins/headers or encountering a Too Many Requests error during login. It is the lowest notification level.
Also adds functionality to timeout after 3 minutes of waiting for a login response or headers to be retrieved. This was implemented to ensure a process doesn't hang forever and cause a deadlock while using the webdriver.
Fixes #249.
Adds a new notification level: 'Notice' messages which are non-critical warnings during reservation retrieval about timeouts while waiting for logins/headers or encountering a Too Many Requests error during login. It is the lowest notification level.
Also adds functionality to timeout after 3 minutes of waiting for a login response or headers to be retrieved. This was implemented to ensure a process doesn't hang forever and cause a deadlock while using the webdriver.