You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by am...@apache.org on 2017/11/16 15:25:08 UTC

incubator-unomi git commit: IT : Increase waiting time for processing

Repository: incubator-unomi
Updated Branches:
  refs/heads/master dc30b7d47 -> 241b438f6


IT : Increase waiting time for processing


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/241b438f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/241b438f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/241b438f

Branch: refs/heads/master
Commit: 241b438f621f0f1c733e87b6f4a2c630e1248beb
Parents: dc30b7d
Author: Abdelkader Midani <am...@apache.org>
Authored: Thu Nov 16 16:24:53 2017 +0100
Committer: Abdelkader Midani <am...@apache.org>
Committed: Thu Nov 16 16:24:59 2017 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/unomi/itests/ProfileImportBasicIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/241b438f/itests/src/test/java/org/apache/unomi/itests/ProfileImportBasicIT.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/unomi/itests/ProfileImportBasicIT.java b/itests/src/test/java/org/apache/unomi/itests/ProfileImportBasicIT.java
index 138edf4..56d1cae 100644
--- a/itests/src/test/java/org/apache/unomi/itests/ProfileImportBasicIT.java
+++ b/itests/src/test/java/org/apache/unomi/itests/ProfileImportBasicIT.java
@@ -78,7 +78,7 @@ public class ProfileImportBasicIT extends BaseIT {
         Assert.assertEquals(1, importConfigurations.size());
 
         //Wait for the csv to be processed
-        Thread.sleep(50000);
+        Thread.sleep(70000);
 
         //Check saved profiles
         PartialList<Profile> profiles = profileService.findProfilesByPropertyValue("properties.email", "basic1@test.com", 0, 10, null);