Error while connecting to email account

This is coming from G-Suit email

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_account/email_account.py”, line 254, in receive
email_server = self.get_incoming_server(in_receive=True, email_sync_rule=email_sync_rule)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_account/email_account.py”, line 166, in get_incoming_server
email_server.connect()
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py”, line 43, in connect
return self.connect_imap()
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py”, line 51, in connect_imap
self.imap = Timed_IMAP4_SSL(self.settings.host, timeout=frappe.conf.get(“pop_timeout”))
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py”, line 558, in init
self._super.init(self, *args, **kwargs)
File “/usr/lib/python2.7/imaplib.py”, line 1166, in init
IMAP4.init(self, host, port)
File “/usr/lib/python2.7/imaplib.py”, line 173, in init
self.open(host, port)
File “/usr/lib/python2.7/imaplib.py”, line 1178, in open
self.sslobj = ssl.wrap_socket(self.sock, self.keyfile, self.certfile)
File “/usr/lib/python2.7/ssl.py”, line 943, in wrap_socket
ciphers=ciphers)
File “/usr/lib/python2.7/ssl.py”, line 611, in init
self.do_handshake()
File “/usr/lib/python2.7/ssl.py”, line 840, in do_handshake
self._sslobj.do_handshake()
File “/home/frappe/frappe-bench/env/lib/python2.7/site-packages/rq/timeouts.py”, line 64, in handle_death_penalty
‘({0} seconds)’.format(self._timeout))
JobTimeoutException: Task exceeded maximum timeout value (300 seconds)

Task exceeded maximum timeout value (300 seconds)