Skip to content

Commit

Permalink
Increase another failing test timeout (#5134)
Browse files Browse the repository at this point in the history
Followup #4988
  • Loading branch information
niloc132 authored Feb 9, 2024
1 parent 8cf431f commit e505d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void testRefreshingTreeTable() {
// This call effectively asserts that there are 10 rows after expand, so we don't need
// to worry about an update from the underlying table racing the expand
return waitForEventWhere(treeTable, JsTreeTable.EVENT_UPDATED,
(CustomEvent<JsTreeTable.TreeViewportData> d) -> d.detail.getTreeSize() == 1, 2002);
(CustomEvent<JsTreeTable.TreeViewportData> d) -> d.detail.getTreeSize() == 1, 4004);
}).then(event -> {
treeTable.close();

Expand Down

0 comments on commit e505d65

Please sign in to comment.