MOD:cms sleep 10
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment