This is an automated email from the ASF dual-hosted git repository. taybou pushed a commit to branch UNOMI-419-segment-it in repository https://gitbox.apache.org/repos/asf/unomi.git
commit f5518a2e0d7100e290366d2e4b1d535cd867146c Author: Taybou <[email protected]> AuthorDate: Mon Feb 22 17:42:02 2021 +0100 UNOMI-419 fix GraphQLListIT.java --- itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLListIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLListIT.java b/itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLListIT.java index bfde614..96fbdb7 100644 --- a/itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLListIT.java +++ b/itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLListIT.java @@ -121,7 +121,7 @@ public class GraphQLListIT extends BaseGraphQLIT { Assert.assertEquals(userList.getMetadata().getScope(), context.getValue("data.cdp.addProfileToList.view.name")); } - Thread.sleep(5000); + refreshPersistence(); try (CloseableHttpResponse response = post("graphql/list/find-lists.json")) { final ResponseContext context = ResponseContext.parse(response.getEntity());
