mirror of https://github.com/CIRCL/AIL-framework
fix: [Mail module] remove test time.wait
parent
f82fadba4a
commit
fc0c12417e
|
@ -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 New Issue