Skip to content

Commit

Permalink
Increase one more failing test timeout (#5098)
Browse files Browse the repository at this point in the history
Followup #4988
  • Loading branch information
niloc132 authored Feb 1, 2024
1 parent 4573e3f commit cbfd135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void testRefreshingTreeTable() {
connect(tables)
.then(treeTable("ticking_tree"))
.then(treeTable -> {
delayTestFinish(1501);
delayTestFinish(3501);
assertTrue(treeTable.isRefreshing());
assertFalse(treeTable.isClosed());
assertFalse(treeTable.isIncludeConstituents());
Expand Down

0 comments on commit cbfd135

Please sign in to comment.