ef086ea7 by 冯轩

MOD:cms sleep 10

1 parent 047fb55c
......@@ -3666,6 +3666,8 @@ def se_compare(application_id, application_entity, ocr_res_id, last_obj, ocr_res
}
}
try:
compare_log.info('{0} [SE] [cms sleep 10] [entity={1}] [id={2}] '.format(log_base, application_entity, application_id))
time.sleep(10)
response = cms.send(data) # interface_report ocr to cms
except Exception as e:
is_success = False
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!