mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +00:00
fix: [Mail module] remove test time.wait
This commit is contained in:
parent
f82fadba4a
commit
fc0c12417e
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ if __name__ == "__main__":
|
||||||
p.incr_module_timeout_statistic()
|
p.incr_module_timeout_statistic()
|
||||||
err_mess = "Mails: processing timeout: {}".format(item_id)
|
err_mess = "Mails: processing timeout: {}".format(item_id)
|
||||||
print(err_mess)
|
print(err_mess)
|
||||||
time.sleep(30)
|
|
||||||
publisher.info(err_mess)
|
publisher.info(err_mess)
|
||||||
continue
|
continue
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in a new issue