mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - update test to give slf4j a little time in multithreaded case to catch logged sql
This commit is contained in:
@@ -46,6 +46,7 @@ public class TestQueryFindPagedList extends BaseTestCase {
|
||||
PagedList<Order> pagedList = Ebean.find(Order.class).findPagedList(0, 3);
|
||||
|
||||
LoggedSqlCollector.start();
|
||||
Thread.sleep(1); // give slf4j a little time in this multithreaded test case
|
||||
|
||||
Future<Integer> rowCount = pagedList.getFutureRowCount();
|
||||
List<Order> orders = pagedList.getList();
|
||||
|
||||
Reference in New Issue
Block a user