Commit 4461da4b by 谢非

Update test_AITopicplanning.py

parent 30d7753f
......@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature("取书名流程")
def test_booktitle(self):
self.aitopicplanning.ai_booktitle()
time.sleep(10)
time.sleep(5)
ws_error(1)
time.sleep(3)
......@@ -40,7 +40,7 @@ class TestaiSelectedtopic:
@allure.feature("写选题策划案流程")
def test_freshnews2(self):
self.aitopicplanning.ai_freshnews2()
time.sleep(10)
time.sleep(5)
ws_error(1)
time.sleep(3)
......@@ -48,7 +48,7 @@ class TestaiSelectedtopic:
@allure.feature("生成选题报告流程")
def test_report(self):
self.aitopicplanning.ai_report(Aibook_file_text)
time.sleep(10)
time.sleep(5)
ws_error(1)
time.sleep(3)
......
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