From fc0c12417e203b24b70c8568f9c7e4e9a3eed2c3 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 11 May 2020 16:24:34 +0200 Subject: [PATCH] fix: [Mail module] remove test time.wait --- bin/Mail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/Mail.py b/bin/Mail.py index 94f6a7cf..5e20c37a 100755 --- a/bin/Mail.py +++ b/bin/Mail.py @@ -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: