increase tests email receiving time

This commit is contained in:
Shahrustam
2020-06-09 17:05:11 +03:00
parent a5547491ed
commit e0023bb908

View File

@ -90,7 +90,7 @@ def receive_email(): # pylint:disable=redefined-outer-name, too-many-locals
continue
server.dele(index + 1)
result = get_body(msg).decode()
if time.time() - start_time > 60:
if time.time() - start_time > 120:
break
server.quit()
return result