fix: [Mail module] remove test time.wait

pull/497/head
Terrtia 2020-05-11 16:24:34 +02:00
parent f82fadba4a
commit fc0c12417e
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ if __name__ == "__main__":
p.incr_module_timeout_statistic()
err_mess = "Mails: processing timeout: {}".format(item_id)
print(err_mess)
time.sleep(30)
publisher.info(err_mess)
continue
finally: