Commit f32fbc00 by 谢非

Update test_AISelectedtopic.py

parent 2310998d
...@@ -32,7 +32,7 @@ class TestaiSelectedtopic: ...@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature("选题资讯-解读当前资讯流程") @allure.feature("选题资讯-解读当前资讯流程")
def test_information(self): def test_information(self):
self.aiselectedtopic.ai_information() self.aiselectedtopic.ai_information()
time.sleep(40) time.sleep(20)
ws_error(1) ws_error(1)
time.sleep(3) time.sleep(3)
...@@ -40,7 +40,7 @@ class TestaiSelectedtopic: ...@@ -40,7 +40,7 @@ class TestaiSelectedtopic:
@allure.feature("了解选题新鲜事流程") @allure.feature("了解选题新鲜事流程")
def test_freshnews(self): def test_freshnews(self):
self.aiselectedtopic.ai_freshnews() self.aiselectedtopic.ai_freshnews()
time.sleep(90) time.sleep(20)
ws_error(1) ws_error(1)
time.sleep(3) 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