Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 thucydides 中设置系统属性 max.retries。我需要在 thucydides 中再次重新运行失败的测试,以便可以使用 max.retries 来完成。任何人都可以在这方面指导我吗
你试过这样设置吗?
System.setProperty("max.retries", 3);