Commit d4a14ec8 by 宋鹏博

1

parent edfefe75
...@@ -31,7 +31,7 @@ class TestPrequalification: ...@@ -31,7 +31,7 @@ class TestPrequalification:
@allure.feature("AI预审流程") @allure.feature("AI预审流程")
def test_uodate_file(self): def test_uodate_file(self):
self.AI.to_AI_Prequalification() self.AI.to_AI_Prequalification()
time.sleep(1) time.sleep(3)
self.aiprequailification.update_pdf(updata_pdf_path) self.aiprequailification.update_pdf(updata_pdf_path)
time.sleep(300) time.sleep(300)
data = self.dbtuils.select_sql( data = self.dbtuils.select_sql(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment