未验证 提交 91e01e0b 编写于 作者: M Mark Waite 提交者: GitHub

Merge pull request #4485 from res0nance/increase-timeout

Increase timeout on test to stop flaking
......@@ -119,7 +119,7 @@ public class ViewDescriptorTest {
r.submit(editViewForm);
//Check that the description is updated on view
Awaitility.waitAtMost(3, TimeUnit.SECONDS).until(() -> webClient.getPage(myListView)
Awaitility.waitAtMost(10, TimeUnit.SECONDS).until(() -> webClient.getPage(myListView)
.asText()
.contains("This list view is awesome !"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册