Merge branch 'feature/CHINARPA-5155' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3754,7 +3754,7 @@ def compare_thread(application_id, application_entity, uniq_seq, ocr_res_id, is_ | ... | @@ -3754,7 +3754,7 @@ def compare_thread(application_id, application_entity, uniq_seq, ocr_res_id, is_ |
3754 | compare_log.info('{0} [comparison unfinished file check] [entity={1}] [id={2}] [doc_wait_file_result={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result)) | 3754 | compare_log.info('{0} [comparison unfinished file check] [entity={1}] [id={2}] [doc_wait_file_result={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result)) |
3755 | if doc_wait_file_result is not None: | 3755 | if doc_wait_file_result is not None: |
3756 | compare_log.info('{0} [comparison unfinished file wait 180s start] [entity={1}] [id={2}] [doc_id={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result.id)) | 3756 | compare_log.info('{0} [comparison unfinished file wait 180s start] [entity={1}] [id={2}] [doc_id={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result.id)) |
3757 | time.sleep(60) | 3757 | time.sleep(180) |
3758 | compare_log.info('{0} [comparison unfinished file wait 180s end] [entity={1}] [id={2}] [doc_id={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result.id)) | 3758 | compare_log.info('{0} [comparison unfinished file wait 180s end] [entity={1}] [id={2}] [doc_id={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result.id)) |
3759 | 3759 | ||
3760 | 3760 | ... | ... |
-
Please register or sign in to post a comment