mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +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()
|
||||
err_mess = "Mails: processing timeout: {}".format(item_id)
|
||||
print(err_mess)
|
||||
time.sleep(30)
|
||||
publisher.info(err_mess)
|
||||
continue
|
||||
finally:
|
||||
|
|
Loading…
Reference in a new issue