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 ...@@ -3666,6 +3666,8 @@ def se_compare(application_id, application_entity, ocr_res_id, last_obj, ocr_res
3666 } 3666 }
3667 } 3667 }
3668 try: 3668 try:
3669 compare_log.info('{0} [SE] [cms sleep 10] [entity={1}] [id={2}] '.format(log_base, application_entity, application_id))
3670 time.sleep(10)
3669 response = cms.send(data) # interface_report ocr to cms 3671 response = cms.send(data) # interface_report ocr to cms
3670 except Exception as e: 3672 except Exception as e:
3671 is_success = False 3673 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!